@zoom/rtms
    Preparing search index...

    Variable defaultConst

    default: {
        AudioChannel: AudioChannel;
        AudioCodec: AudioCodec;
        AudioContentType: AudioContentType;
        AudioDataOption: AudioDataOption;
        AudioSampleRate: AudioSampleRate;
        Client: typeof Client;
        configureLogger: typeof configureLogger;
        EventType: EventType;
        generateSignature: typeof generateSignature;
        isInitialized: typeof isInitialized;
        join: typeof join;
        leave: typeof leave;
        LogFormat: typeof LogFormat;
        LogLevel: typeof LogLevel;
        MEDIA_TYPE_ALL: number;
        MEDIA_TYPE_AUDIO: number;
        MEDIA_TYPE_CHAT: number;
        MEDIA_TYPE_DESKSHARE: number;
        MEDIA_TYPE_TRANSCRIPT: number;
        MEDIA_TYPE_VIDEO: number;
        MediaDataType: MediaDataType;
        MessageType: MessageType;
        onAudioData: typeof onAudioData;
        onJoinConfirm: typeof onJoinConfirm;
        onLeave: typeof onLeave;
        onSessionUpdate: typeof onSessionUpdate;
        onTranscriptData: typeof onTranscriptData;
        onUserUpdate: typeof onUserUpdate;
        onVideoData: typeof onVideoData;
        onWebhookEvent: typeof onWebhookEvent;
        poll: typeof poll;
        RTMS_SDK_FAILURE: number;
        RTMS_SDK_INVALID_ARGS: number;
        RTMS_SDK_INVALID_STATUS: number;
        RTMS_SDK_NOT_EXIST: number;
        RTMS_SDK_OK: number;
        RTMS_SDK_TIMEOUT: number;
        RTMS_SDK_WRONG_TYPE: number;
        SESS_STATUS_ACTIVE: number;
        SESS_STATUS_PAUSED: number;
        SESSION_EVENT_ADD: number;
        SESSION_EVENT_PAUSE: number;
        SESSION_EVENT_RESUME: number;
        SESSION_EVENT_STOP: number;
        SessionState: SessionState;
        StopReason: StopReason;
        streamId: typeof streamId;
        StreamState: StreamState;
        USER_EVENT_JOIN: number;
        USER_EVENT_LEAVE: number;
        uuid: typeof uuid;
        VideoCodec: VideoCodec;
        VideoContentType: VideoContentType;
        VideoDataOption: VideoDataOption;
        VideoResolution: VideoResolution;
    }

    Default export of the RTMS module

    This object contains all exported functions and classes for the RTMS SDK.

    Type declaration