Member Junction
    Preparing search index...

    Options passed to NativeCallModule.createClient. Credentials are resolved upstream.

    interface NativeClientOptions {
        AccountSid?: string;
        ApiKeySecret?: string;
        ApiKeySid?: string;
        AuthToken?: string;
        StreamUrl?: string;
    }
    Index

    Properties

    AccountSid?: string

    The Twilio Account SID (resolved upstream).

    ApiKeySecret?: string

    The Twilio API Key Secret (resolved upstream).

    ApiKeySid?: string

    The Twilio API Key SID (resolved upstream; alternative to Account SID + Auth Token).

    AuthToken?: string

    The Twilio Auth Token (resolved upstream).

    StreamUrl?: string

    The Media-Streams websocket URL the call's <Connect><Stream> connects to (resolved upstream).