Member Junction
    Preparing search index...

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

    interface NativeClientOptions {
        SdkKey?: string;
        SdkSecret?: string;
    }
    Index

    Properties

    Properties

    SdkKey?: string

    The Zoom Meeting SDK Key (resolved upstream; used to generate the join JWT when not pre-signed).

    SdkSecret?: string

    The Zoom Meeting SDK Secret (resolved upstream). Used only to sign the join JWT.