Video SDK for Linux API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_subsession_interface.h File Reference

Subsession helper. More...

Go to the source code of this file.

Classes

class  ISubSessionUser
 Subsession user. More...
 
class  ISubSessionKit
 Subsession kit. More...
 
class  ISubSessionUserHelpRequestHandler
 Subsession user help request handler. More...
 
class  IZoomVideoSDKSubSessionManager
 Subsession manager helper interface. More...
 
class  IZoomVideoSDKSubSessionParticipant
 Subsession participant helper interface. More...
 
class  IZoomVideoSDKSubSessionHelper
 Subsession helper interface. More...
 

Enumerations

enum  ZoomVideoSDKSubSessionStatus {
  ZoomVideoSDKSubSessionStatus_None = 0 , ZoomVideoSDKSubSessionStatus_Committed , ZoomVideoSDKSubSessionStatus_Withdrawn , ZoomVideoSDKSubSessionStatus_Started ,
  ZoomVideoSDKSubSessionStatus_Stopping , ZoomVideoSDKSubSessionStatus_Stopped , ZoomVideoSDKSubSessionStatus_CommitFailed , ZoomVideoSDKSubSessionStatus_WithdrawFailed ,
  ZoomVideoSDKSubSessionStatus_StartFailed , ZoomVideoSDKSubSessionStatus_StopFailed
}
 Enumerations of subsession statuses. More...
 
enum  ZoomVideoSDKUserHelpRequestResult { ZoomVideoSDKUserHelpRequestResult_Idle = 0 , ZoomVideoSDKUserHelpRequestResult_Busy , ZoomVideoSDKUserHelpRequestResult_Ignore , ZoomVideoSDKUserHelpRequestResult_HostAlreadyInSubSession }
 Enumerations of subsession user help request results. More...
 

Detailed Description

Subsession helper.

Definition in file zoom_video_sdk_subsession_interface.h.

Enumeration Type Documentation

◆ ZoomVideoSDKSubSessionStatus

Enumerations of subsession statuses.

Enumerator
ZoomVideoSDKSubSessionStatus_None 

The Initialized status.

ZoomVideoSDKSubSessionStatus_Committed 

When a subsession is committed.

ZoomVideoSDKSubSessionStatus_Withdrawn 

When a subsession is withdrawn.

ZoomVideoSDKSubSessionStatus_Started 

When the subsession is started.

ZoomVideoSDKSubSessionStatus_Stopping 

When the subsession is stopping.

ZoomVideoSDKSubSessionStatus_Stopped 

When the subsession is stopped.

ZoomVideoSDKSubSessionStatus_CommitFailed 

When commit subsession failed.

ZoomVideoSDKSubSessionStatus_WithdrawFailed 

When withdraw subsession failed.

ZoomVideoSDKSubSessionStatus_StartFailed 

When start subsession failed.

ZoomVideoSDKSubSessionStatus_StopFailed 

When stop subsession failed.

Definition at line 17 of file zoom_video_sdk_subsession_interface.h.

18{
39};
@ ZoomVideoSDKSubSessionStatus_CommitFailed
@ ZoomVideoSDKSubSessionStatus_WithdrawFailed

◆ ZoomVideoSDKUserHelpRequestResult

Enumerations of subsession user help request results.

Enumerator
ZoomVideoSDKUserHelpRequestResult_Idle 

The host has received the help request, and no one else is currently requesting help.

ZoomVideoSDKUserHelpRequestResult_Busy 

The host is handling another user's request with the request dialog.

ZoomVideoSDKUserHelpRequestResult_Ignore 

The host is handling another user's request.

ZoomVideoSDKUserHelpRequestResult_HostAlreadyInSubSession 

The host is already in this subsession.

Definition at line 44 of file zoom_video_sdk_subsession_interface.h.