|
Meeting SDK for macOS API Reference
|
Status information of the current webinar. More...
#include <ZoomSDKWebinarController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isAllowPanellistStartVideo |
| Query if panelist is allowed to start video. | |
| (BOOL) | - isAllowAttendeeChat |
| Query if attendee is allowed to chat. | |
| (BOOL) | - isAllowRaiseHand |
| Query if attendee raise hand status. | |
| (BOOL) | - isSupportAttendeeTalk |
| Query if webinar supports attendee to talk. | |
| (BOOL) | - isWebinarEmojiReactionSupported |
| Determines if current webinar supports emoji reactions. | |
| (BOOL) | - isWebinarEmojiReactionAllowed |
| Query if emoji reactions status. | |
| (BOOL) | - canAttendeesViewParticipantCount |
| Query if attendee to view the participant count status. | |
Protected Attributes | |
| BOOL | _allowPanellistStartVideo |
| BOOL | _allowAttendeeChat |
| BOOL | _allowRaiseHand |
| BOOL | _isSupportAttendeeTalk |
Status information of the current webinar.
Definition at line 16 of file ZoomSDKWebinarController.h.
| - (BOOL) canAttendeesViewParticipantCount |
Query if attendee to view the participant count status.
References canAttendeesViewParticipantCount.
Referenced by canAttendeesViewParticipantCount.
| - (BOOL) isAllowAttendeeChat |
Query if attendee is allowed to chat.
References isAllowAttendeeChat.
Referenced by isAllowAttendeeChat.
| - (BOOL) isAllowPanellistStartVideo |
Query if panelist is allowed to start video.
References isAllowPanellistStartVideo.
Referenced by isAllowPanellistStartVideo.
| - (BOOL) isAllowRaiseHand |
Query if attendee raise hand status.
References isAllowRaiseHand.
Referenced by isAllowRaiseHand.
| - (BOOL) isSupportAttendeeTalk |
Query if webinar supports attendee to talk.
References isSupportAttendeeTalk.
Referenced by isSupportAttendeeTalk.
| - (BOOL) isWebinarEmojiReactionAllowed |
Query if emoji reactions status.
References isWebinarEmojiReactionAllowed.
Referenced by isWebinarEmojiReactionAllowed.
| - (BOOL) isWebinarEmojiReactionSupported |
Determines if current webinar supports emoji reactions.
References isWebinarEmojiReactionSupported.
Referenced by isWebinarEmojiReactionSupported.
|
protected |
Definition at line 19 of file ZoomSDKWebinarController.h.
|
protected |
Definition at line 18 of file ZoomSDKWebinarController.h.
|
protected |
Definition at line 20 of file ZoomSDKWebinarController.h.
|
protected |
Definition at line 21 of file ZoomSDKWebinarController.h.