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

Subsession user help request handler. More...

#include <zoom_video_sdk_subsession_interface.h>

Public Member Functions

virtual ~ISubSessionUserHelpRequestHandler ()
 
virtual const zchar_tgetRequestUserName ()=0
 Get the username of the user who sent this request.
 
virtual const zchar_tgetRequestSubSessionName ()=0
 Get the name of the subsession where the user sent this request.
 
virtual ZoomVideoSDKErrors ignore ()=0
 Ignore this request.
 
virtual ZoomVideoSDKErrors joinSubSessionByUserRequest ()=0
 Join the subsession from which the help request originated.
 

Detailed Description

Subsession user help request handler.

Definition at line 116 of file zoom_video_sdk_subsession_interface.h.

Constructor & Destructor Documentation

◆ ~ISubSessionUserHelpRequestHandler()

virtual ISubSessionUserHelpRequestHandler::~ISubSessionUserHelpRequestHandler ( )
inlinevirtual

Definition at line 119 of file zoom_video_sdk_subsession_interface.h.

119{};

Member Function Documentation

◆ getRequestSubSessionName()

virtual const zchar_t * ISubSessionUserHelpRequestHandler::getRequestSubSessionName ( )
pure virtual

Get the name of the subsession where the user sent this request.

Returns
The subsession name.

◆ getRequestUserName()

virtual const zchar_t * ISubSessionUserHelpRequestHandler::getRequestUserName ( )
pure virtual

Get the username of the user who sent this request.

Returns
The username.

◆ ignore()

virtual ZoomVideoSDKErrors ISubSessionUserHelpRequestHandler::ignore ( )
pure virtual

Ignore this request.

Returns
If the function succeeds, the return value is ZoomVideoSDKErrors_Success, otherwise not.
Note
'onSubSessionUserHelpRequestResult' is the corresponding callback notification.

◆ joinSubSessionByUserRequest()

virtual ZoomVideoSDKErrors ISubSessionUserHelpRequestHandler::joinSubSessionByUserRequest ( )
pure virtual

Join the subsession from which the help request originated.

Returns
If the function succeeds, the return value is ZoomVideoSDKErrors_Success, otherwise not.