Delete the exported log files
Un-initialize the Zoom SDK.
Decline recording consent
Export log
Get recording consent
Returns the Zoom SDK internal version.
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).
Confirm join after prepareJoin. Valid in the two-step join flow. Resolves with Errors (e.g. Success).
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.
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).
Accept recording consent