Subsession kit.
More...
#include <zoom_video_sdk_subsession_interface.h>
Subsession kit.
Definition at line 82 of file zoom_video_sdk_subsession_interface.h.
◆ ~ISubSessionKit()
virtual ISubSessionKit::~ISubSessionKit |
( |
| ) |
|
|
inlinevirtual |
◆ getSubSessionID()
virtual const zchar_t * ISubSessionKit::getSubSessionID |
( |
| ) |
|
|
pure virtual |
Get the subsessions's ID.
- Returns
- The subsession ID.
◆ getSubSessionName()
virtual const zchar_t * ISubSessionKit::getSubSessionName |
( |
| ) |
|
|
pure virtual |
Get the subsession's name.
- Returns
- The subsession name.
◆ getSubSessionUserList()
Get the list of users in this subsession.
- Returns
- If the function succeeds, it returns an array of ISubSessionUser. Otherwise returns NULL. For more details, see ISubSessionUser.
◆ joinSubSession()
Join this subsession.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success, otherwise not.