Accept recording consent
Cancel prepare join. Valid in the two-step join flow. Resolves with Errors (e.g. Success).
Delete the exported log files
Un-initialize the Zoom SDK.
Confirm join after prepareJoin. Valid in the two-step join flow. Resolves with Errors (e.g. Success).
Decline recording consent
Export log
Get recording consent
Returns the Zoom SDK internal version.
Initialize the Zoom Video SDK
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.
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.
Prepares to join a session (two-step join). When ready, onPrepareJoinReady is emitted. Then call commitJoin() to confirm or cancelPrepareJoin() to cancel.
Same as joinSession.
OptionalpreJoinParam: ZoomVideoSdkPreJoinParam | null
Optional. Pass null/undefined to use defaults (e.g. timeout 30s).
Zoom Video SDK API manager. The class that controls the video session creation, event callbacks and other main features of video SDK.