Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKWebinarMeetingStatus Class Reference

#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
 Determine 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
 

Detailed Description

Definition at line 6 of file ZoomSDKWebinarController.h.

Method Documentation

◆ 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.

Field Documentation

◆ _allowAttendeeChat

- (BOOL) _allowAttendeeChat
protected

Definition at line 9 of file ZoomSDKWebinarController.h.

◆ _allowPanellistStartVideo

- (BOOL) _allowPanellistStartVideo
protected

Definition at line 8 of file ZoomSDKWebinarController.h.

◆ _allowRaiseHand

- (BOOL) _allowRaiseHand
protected

Definition at line 10 of file ZoomSDKWebinarController.h.

◆ _isSupportAttendeeTalk

- (BOOL) _isSupportAttendeeTalk
protected

Definition at line 11 of file ZoomSDKWebinarController.h.