Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
BackstageNotification Struct Reference

Backstage notification. More...

#include <IMeetingWebinarHelper.h>

Data Fields

BackstageInfo backstageInfo
 The backstage info.
 
BackstageError errorType = BackstageErrorNone
 Error type, see BackstageError enum.
 
int32_t errorCode = 0
 Error code.
 

Detailed Description

Backstage notification.

Definition at line 118 of file IMeetingWebinarHelper.h.

Field Documentation

◆ backstageInfo

BackstageInfo BackstageNotification::backstageInfo

The backstage info.

Definition at line 120 of file IMeetingWebinarHelper.h.

◆ errorCode

int32_t BackstageNotification::errorCode = 0

Error code.

Definition at line 122 of file IMeetingWebinarHelper.h.

◆ errorType

BackstageError BackstageNotification::errorType = BackstageErrorNone

Error type, see BackstageError enum.

Definition at line 121 of file IMeetingWebinarHelper.h.