|
Zoom Rooms Controller SDK Reference 6.7.0
|
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. | |
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.
| bool SimuliveWebinarInfo::isInSimuliveStatus = false |
TRUE indicates it is currently in simulive status. Otherwise not.
Definition at line 129 of file IMeetingWebinarHelper.h.
| 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.