Zoom Rooms Controller SDK Reference 6.5.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 50 of file IMeetingControlHelper.h.

Field Documentation

◆ isInProgress

bool LiveStreamStatusInfo::isInProgress = false

TRUE indicates live streaming is in progress.

Definition at line 52 of file IMeetingControlHelper.h.

◆ liveChannelName

std::string LiveStreamStatusInfo::liveChannelName

Live streaming channel name.

Definition at line 53 of file IMeetingControlHelper.h.