Meeting Webinar helper event callback.
More...
#include <IMeetingWebinarHelper.h>
Meeting Webinar helper event callback.
Definition at line 127 of file IMeetingWebinarHelper.h.
◆ ~IMeetingWebinarHelperSink()
virtual IMeetingWebinarHelperSink::~IMeetingWebinarHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnAllowAttendeeViewParticipantCountNotification()
virtual void IMeetingWebinarHelperSink::OnAllowAttendeeViewParticipantCountNotification |
( |
bool |
allow | ) |
|
|
pure virtual |
Allow attendee view participant count notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
allow | TRUE indicates attendees are now allowed to view participant count. |
◆ OnBackstageInfoNotification()
virtual void IMeetingWebinarHelperSink::OnBackstageInfoNotification |
( |
const BackstageInfo & |
info | ) |
|
|
pure virtual |
Backstage info update notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
◆ OnBackstageNotification()
Backstage notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnDynamicWebinarAttendeeListResponse()
Dynamic webinar attendee list response.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
response | The dynamic webinar attendee list response. |
◆ OnNeedPromoteAttendeeToAllowTalkingNotification()
virtual void IMeetingWebinarHelperSink::OnNeedPromoteAttendeeToAllowTalkingNotification |
( |
int32_t |
userID, |
|
|
const std::string & |
userName |
|
) |
| |
|
pure virtual |
Need promote attendee to allow talking notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
This happens when the user is using an older version of Zoom.
- Parameters
-
userID | The attendee userID |
userName | The attendee userName. |
◆ OnPanelistReachMaximumCapacityNotification()
virtual void IMeetingWebinarHelperSink::OnPanelistReachMaximumCapacityNotification |
( |
int32_t |
maximumCapacity | ) |
|
|
pure virtual |
Panelist reach maximum capacity notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
maximumCapacity | The maximum capacity. |
◆ OnProductionStudioNotification()
virtual void IMeetingWebinarHelperSink::OnProductionStudioNotification |
( |
bool |
isProducerPublishing | ) |
|
|
pure virtual |
Production studio notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
isProducerPublishing | TRUE indicates is producer publishing, can change confidence monitor layout to "Production Studio". |
◆ OnUpdateWebinarInfo()
virtual void IMeetingWebinarHelperSink::OnUpdateWebinarInfo |
( |
const WebinarInfo & |
info | ) |
|
|
pure virtual |
Webinar info update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnWebinarAttendeeBaseInfoNotification()
virtual void IMeetingWebinarHelperSink::OnWebinarAttendeeBaseInfoNotification |
( |
const WebinarAttendeeBaseInfo & |
baseInfo | ) |
|
|
pure virtual |
Webinar attendee base info notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
baseInfo | The webinar attendee base info. |
◆ OnWebinarParticipantCountNotification()
Webinar attendee count info notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
countInfo | The webinar attendee count info. |
◆ OnWebinarPracticeSessionNotification()
virtual void IMeetingWebinarHelperSink::OnWebinarPracticeSessionNotification |
( |
bool |
inWebinarPracticeSession | ) |
|
|
pure virtual |
Webinar practice session notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
inWebinarPracticeSession | TRUE indicates you are in webinar practice session. |
◆ OnWebinarRoleChangedNotification()
virtual void IMeetingWebinarHelperSink::OnWebinarRoleChangedNotification |
( |
WebinarRoleChangedState |
roleChangedState | ) |
|
|
pure virtual |
Webinar role changed notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnWebinarUnencryptedInfoNotification()
virtual void IMeetingWebinarHelperSink::OnWebinarUnencryptedInfoNotification |
( |
const WebinarUnencryptedInfo & |
unencryptedInfo | ) |
|
|
pure virtual |
Webinar unencrypted info notification in end-to-end meeting.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
unencryptedInfo | The webinar unencrypted info. |