Video SDK for Windows API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKSubSessionParticipant Class Referenceabstract

Subsession participant helper interface. More...

#include <zoom_video_sdk_subsession_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKSubSessionParticipant ()
 
virtual ZoomVideoSDKErrors returnToMainSession ()=0
 Return to main session.
 
virtual ZoomVideoSDKErrors requestForHelp ()=0
 Request help.
 

Detailed Description

Subsession participant helper interface.

Definition at line 189 of file zoom_video_sdk_subsession_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKSubSessionParticipant()

virtual IZoomVideoSDKSubSessionParticipant::~IZoomVideoSDKSubSessionParticipant ( )
inlinevirtual

Definition at line 192 of file zoom_video_sdk_subsession_interface.h.

192{};

Member Function Documentation

◆ requestForHelp()

virtual ZoomVideoSDKErrors IZoomVideoSDKSubSessionParticipant::requestForHelp ( )
pure virtual

Request help.

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

◆ returnToMainSession()

virtual ZoomVideoSDKErrors IZoomVideoSDKSubSessionParticipant::returnToMainSession ( )
pure virtual

Return to main session.

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