Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKWebinarMeetingStatus Class 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

Detailed Description

Status information of the current webinar.

Definition at line 16 of file ZoomSDKWebinarController.h.

Method Documentation

◆ canAttendeesViewParticipantCount

- (BOOL) canAttendeesViewParticipantCount

Query if attendee to view the participant count status.

Returns
If this is enabled, it returns YES. Otherwise NO.

References canAttendeesViewParticipantCount.

Referenced by canAttendeesViewParticipantCount.

◆ isAllowAttendeeChat

- (BOOL) isAllowAttendeeChat

Query if attendee is allowed to chat.

Returns
YES if attendee is allowed to chat. Otherwise, NO.

References isAllowAttendeeChat.

Referenced by isAllowAttendeeChat.

◆ isAllowPanellistStartVideo

- (BOOL) isAllowPanellistStartVideo

Query if panelist is allowed to start video.

Returns
YES if panelist is allowed to enable video. Otherwise, NO.

References isAllowPanellistStartVideo.

Referenced by isAllowPanellistStartVideo.

◆ isAllowRaiseHand

- (BOOL) isAllowRaiseHand

Query if attendee raise hand status.

Returns
If it is enabled, it returns YES. Otherwise, NO.

References isAllowRaiseHand.

Referenced by isAllowRaiseHand.

◆ isSupportAttendeeTalk

- (BOOL) isSupportAttendeeTalk

Query if webinar supports attendee to talk.

Returns
YES if supporting the feature of allowing attendee to talk. Otherwise, NO.
Deprecated
This method is no longer used.

References isSupportAttendeeTalk.

Referenced by isSupportAttendeeTalk.

◆ isWebinarEmojiReactionAllowed

- (BOOL) isWebinarEmojiReactionAllowed

Query if emoji reactions status.

Returns
If it is enabled, it returns YES. Otherwise, NO.

References isWebinarEmojiReactionAllowed.

Referenced by isWebinarEmojiReactionAllowed.

◆ isWebinarEmojiReactionSupported

- (BOOL) isWebinarEmojiReactionSupported

Determines if current webinar supports emoji reactions.

Returns
YES if the current webinar supports emoji reactions. Otherwise, NO.

References isWebinarEmojiReactionSupported.

Referenced by isWebinarEmojiReactionSupported.

Field Documentation

◆ _allowAttendeeChat

- (BOOL) _allowAttendeeChat
protected

Definition at line 19 of file ZoomSDKWebinarController.h.

◆ _allowPanellistStartVideo

- (BOOL) _allowPanellistStartVideo
protected

Definition at line 18 of file ZoomSDKWebinarController.h.

◆ _allowRaiseHand

- (BOOL) _allowRaiseHand
protected

Definition at line 20 of file ZoomSDKWebinarController.h.

◆ _isSupportAttendeeTalk

- (BOOL) _isSupportAttendeeTalk
protected

Definition at line 21 of file ZoomSDKWebinarController.h.