Member Junction
    Preparing search index...

    Resolved configuration for TwilioNativeCallSdk. Credentials resolve upstream (MJ credential system / provider Configuration) — this object carries already-resolved values; never inline secrets at a call site.

    interface TwilioNativeSdkConfig {
        AccountSid?: string;
        ApiKeySecret?: string;
        ApiKeySid?: string;
        AuthToken?: string;
        NativeModuleSpecifier?: 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).

    NativeModuleSpecifier?: string

    The module specifier of the native Twilio adapter to load (an internal adapter package name or an absolute path to a sidecar entry). Required in production; tests inject a loader.

    StreamUrl?: string

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