Zoom Rooms Controller SDK Reference 6.7.0
Loading...
Searching...
No Matches
SimuliveWebinarInfo Struct Reference

Simulive webinar info. This struct is valid only if the meeting is simulive webinar which supports go live notification. More...

#include <IMeetingWebinarHelper.h>

Data Fields

bool isInSimuliveStatus = false
 TRUE indicates it is currently in simulive status. Otherwise not.
 
time_t recordingEndTimeStampInSecond = 0
 The recording end time stamp, it is valid when the isInSimuliveStatus is true.
 

Detailed Description

Simulive webinar info. This struct is valid only if the meeting is simulive webinar which supports go live notification.

Definition at line 127 of file IMeetingWebinarHelper.h.

Field Documentation

◆ isInSimuliveStatus

bool SimuliveWebinarInfo::isInSimuliveStatus = false

TRUE indicates it is currently in simulive status. Otherwise not.

Definition at line 129 of file IMeetingWebinarHelper.h.

◆ recordingEndTimeStampInSecond

time_t SimuliveWebinarInfo::recordingEndTimeStampInSecond = 0

The recording end time stamp, it is valid when the isInSimuliveStatus is true.

Definition at line 130 of file IMeetingWebinarHelper.h.