Subsession user help request handler.
More...
#include <zoom_video_sdk_subsession_interface.h>
Subsession user help request handler.
Definition at line 116 of file zoom_video_sdk_subsession_interface.h.
◆ ~ISubSessionUserHelpRequestHandler()
virtual ISubSessionUserHelpRequestHandler::~ISubSessionUserHelpRequestHandler |
( |
| ) |
|
|
inlinevirtual |
◆ 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()
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.