Video SDK for Linux API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKPasswordHandler Class Referenceabstract

Pasword handle interface. More...

#include <zoom_video_sdk_password_handler_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKPasswordHandler ()
 
virtual ZoomVideoSDKErrors inputSessionPassword (const zchar_t *password)=0
 Input session password.
 
virtual ZoomVideoSDKErrors leaveSessionIgnorePassword ()=0
 Cancel input password and leave session.
 

Detailed Description

Pasword handle interface.

Definition at line 14 of file zoom_video_sdk_password_handler_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKPasswordHandler()

virtual IZoomVideoSDKPasswordHandler::~IZoomVideoSDKPasswordHandler ( )
inlinevirtual

Definition at line 17 of file zoom_video_sdk_password_handler_interface.h.

17{}

Member Function Documentation

◆ inputSessionPassword()

virtual ZoomVideoSDKErrors IZoomVideoSDKPasswordHandler::inputSessionPassword ( const zchar_t * password)
pure virtual

Input session password.

Parameters
passwordThe session password.
Returns
If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.

◆ leaveSessionIgnorePassword()

virtual ZoomVideoSDKErrors IZoomVideoSDKPasswordHandler::leaveSessionIgnorePassword ( )
pure virtual

Cancel input password and leave session.

Returns
If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.