#include <ZoomSDKWebinarController.h>
Inherits NSObject.
Definition at line 6 of file ZoomSDKWebinarController.h.
◆ canAttendeesViewParticipantCount
- (BOOL) canAttendeesViewParticipantCount |
|
|
|
Query if attendee to view the participant count status.
- Returns
- If this is enabled, the return value is YES. Otherwise the return value is NO.
◆ isAllowAttendeeChat
- (BOOL) isAllowAttendeeChat |
|
|
|
Query if attendee is allowed to chat.
- Returns
- YES means that attendee is allowed to chat, otherwise not.
◆ isAllowPanellistStartVideo
- (BOOL) isAllowPanellistStartVideo |
|
|
|
Query if panelist is allowed to start video.
- Returns
- YES means that panelist is allowed to enable video, otherwise not.
◆ isAllowRaiseHand
- (BOOL) isAllowRaiseHand |
|
|
|
Query if attendee raise hand status.
- Returns
- If it is enabled, the return value is YES. Otherwise, the return value is NO.
◆ isSupportAttendeeTalk
- (BOOL) isSupportAttendeeTalk |
|
|
|
Query if webinar supports attendee to talk.
- Returns
- YES means supporting the feature of allowing attendee to talk, otherwise not.
- Deprecated
- This method is no longer used.
◆ isWebinarEmojiReactionAllowed
- (BOOL) isWebinarEmojiReactionAllowed |
|
|
|
Query if emoji reactions status.
- Returns
- If it is enabled, the return value is YES. If not, the return value is NO.
◆ isWebinarEmojiReactionSupported
- (BOOL) isWebinarEmojiReactionSupported |
|
|
|
Determine if current webinar supports emoji reactions.
- Returns
- YES means the current webinar supports emoji reactions, NO means the feature is not supported.
◆ _allowAttendeeChat
- (BOOL) _allowAttendeeChat |
|
protected |
◆ _allowPanellistStartVideo
- (BOOL) _allowPanellistStartVideo |
|
protected |
◆ _allowRaiseHand
◆ _isSupportAttendeeTalk
- (BOOL) _isSupportAttendeeTalk |
|
protected |