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

    Implements

    Index

    Constructors

    Properties

    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.

    Methods

    • 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