Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
LiveStreamStatusInfo Struct Reference

Live stream status info. More...

#include <IMeetingControlHelper.h>

Data Fields

bool isInProgress = false
 TRUE indicates live streaming is in progress.
 
std::string liveChannelName
 Live streaming channel name.
 

Detailed Description

Live stream status info.

Definition at line 65 of file IMeetingControlHelper.h.

Field Documentation

◆ isInProgress

bool LiveStreamStatusInfo::isInProgress = false

TRUE indicates live streaming is in progress.

Definition at line 67 of file IMeetingControlHelper.h.

◆ liveChannelName

std::string LiveStreamStatusInfo::liveChannelName

Live streaming channel name.

Definition at line 68 of file IMeetingControlHelper.h.