|
virtual SDKError | SetEvent (IMeetingWebinarCtrlEvent *pEvent)=0 |
| Set webinar controller callback event handler.
|
|
virtual SDKError | PromptAttendee2Panelist (unsigned int userid)=0 |
| Promote the attendee to panelist. Available only for the meeting host.
|
|
virtual SDKError | DepromptPanelist2Attendee (unsigned int userid)=0 |
| Demote the panelist to attendee. Available only for the host.
|
|
virtual SDKError | IsSupportAttendeeTalk ()=0 |
| Query if the webinar supports the user to use the audio device.
|
|
virtual SDKError | AllowAttendeeTalk (unsigned int userid)=0 |
| The attendee is permitted to use the audio device.
|
|
virtual SDKError | DisallowAttendeeTalk (unsigned int userid)=0 |
| Forbid the attendee to use the audio device.
|
|
virtual SDKError | AllowPanelistStartVideo ()=0 |
| The panelist is permitted to start the video.
|
|
virtual SDKError | DisallowPanelistStartVideo ()=0 |
| Forbid the panelist to start video.
|
|
virtual SDKError | AllowWebinarEmojiReaction ()=0 |
| Permitted to use emoji reactions.
|
|
virtual SDKError | DisallowWebinarEmojiReaction ()=0 |
| Forbid to use emoji reactions.
|
|
virtual bool | IsWebinarEmojiReactionSupported ()=0 |
| Determine if current webinar support emoji reaction.
|
|
virtual SDKError | AllowAttendeeRaiseHand ()=0 |
| The attendee is permitted to use the raise hand.
|
|
virtual SDKError | DisallowAttendeeRaiseHand ()=0 |
| Forbid the attendee to use the raise hand.
|
|
virtual SDKError | AllowAttendeeViewTheParticipantCount ()=0 |
| The attendee is permitted to view the participant count.
|
|
virtual SDKError | DisallowAttendeeViewTheParticipantCount ()=0 |
| Forbid the attendee to view the participant count.
|
|
virtual int | GetParticipantCount ()=0 |
| Get the participant count.
|
|
virtual WebinarMeetingStatus * | GetWebinarMeetingStatus ()=0 |
| Get the webinar status.
|
|
virtual SDKError | SetPanelistChatPrivilege (SDKPanelistChatPrivilege privilege)=0 |
| Set the chat privilege of the panelist.
|
|
virtual SDKError | GetPanelistChatPrivilege (SDKPanelistChatPrivilege &privilege)=0 |
| Get the chat privilege of the panelist.
|
|
virtual SDKError | SetAttendeeViewMode (SDKAttendeeViewMode mode)=0 |
| Set the view mode of the attendee. Available only for zoom ui.
|
|
virtual SDKAttendeeViewMode | GetAttendeeViewMode ()=0 |
| Get the view mode of the attendee.Available only for zoom ui.
|
|
virtual const zchar_t * | getWebinarLegalNoticesPrompt ()=0 |
| Get the webinar legal notices prompt.
|
|
virtual bool | getWebinarLegalNoticesExplained (WebinarLegalNoticesExplainedInfo &explained_info)=0 |
| Get the webinar legal notices explained.
|
|