@zoom/react-native-videosdk
    Preparing search index...

    Class ZoomVideoSdk

    Implements

    Index
    acceptRecordingConsent: any = RNZoomVideoSdk.acceptRecordingConsent

    Accept recording consent

    cleanAllExportedLogs: any = RNZoomVideoSdk.cleanAllExportedLogs

    Delete the exported log files

    cleanup: any = RNZoomVideoSdk.cleanup

    Un-initialize the Zoom SDK.

    declineRecordingConsent: any = RNZoomVideoSdk.declineRecordingConsent

    Decline recording consent

    exportLog: any = RNZoomVideoSdk.exportLog

    Export log

    getRecordingConsentType: any = RNZoomVideoSdk.getRecordingConsentType

    Get recording consent

    getSdkVersion: any = RNZoomVideoSdk.getSdkVersion

    Returns the Zoom SDK internal version.

    isInSession: any = RNZoomVideoSdk.isInSession
    leaveSession: any = RNZoomVideoSdk.leaveSession

    Call this method to leave a session previously joined through joinSession method call. When successful, the SDK will attempt to leave a session. Use the callbacks in the delegate to confirm whether the SDK actually left.

    • Cancel prepare join. Valid in the two-step join flow. Resolves with Errors (e.g. Success).

      Returns Promise<Errors>

    • Confirm join after prepareJoin. Valid in the two-step join flow. Resolves with Errors (e.g. Success).

      Returns Promise<Errors>

    • Initialize the Zoom Video SDK

      Parameters

      Returns any

    • Call this method to join a session with the appropriate [ZoomVideoSDKSessionContext] parameters. When successful, the SDK will attempt to join a session. Use the callbacks in the delegate to confirm whether the SDK actually joined.

      Parameters

      Returns any

    • Prepares to join a session (two-step join). When ready, onPrepareJoinReady is emitted. Then call commitJoin() to confirm or cancelPrepareJoin() to cancel.

      Parameters

      Returns any