@twitchapis/twitch.js - v2.0.0-beta.6
    Preparing search index...

    Interface IWebSocketOptions

    interface IWebSocketOptions {
        host?: string;
        port?: number;
        type?: EWebSocketType;
    }
    Index

    Properties

    Properties

    host?: string
    port?: number