Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKPasswordHandler Class Reference

Provides methods to manage session password entry when joining a session. More...

#include <ZMVideoSDKPasswordHandler.h>

Inherits NSObject.

Instance Methods

(ZMVideoSDKErrors- inputSessionPassword:
 Input session password.
 
(ZMVideoSDKErrors- leaveSessionIgnorePassword
 Cancel input password.
 

Detailed Description

Provides methods to manage session password entry when joining a session.

Definition at line 12 of file ZMVideoSDKPasswordHandler.h.

Method Documentation

◆ inputSessionPassword:

- (ZMVideoSDKErrors) inputSessionPassword: (NSString *) password

Input session password.

Parameters
passwordThe session password.
Returns
If the function succeeds, it will return ZMVideoSDKErrors_Success.

◆ leaveSessionIgnorePassword

- (ZMVideoSDKErrors) leaveSessionIgnorePassword

Cancel input password.

Returns
If the function succeeds, it will return ZMVideoSDKErrors_Success.