6#import <MobileRTC/MobileRTC.h>
11@interface MobileRTCMeetingService (Webinar)
25- (BOOL)promptAttendee2Panelist:(NSUInteger)userID;
33- (BOOL)dePromptPanelist2Attendee:(NSUInteger)userID;
70- (BOOL)isAllowAttendeeTalk:(NSUInteger)userID;
79- (BOOL)allowAttenddeTalk:(NSUInteger)userID allow:(BOOL)enable;
93- (BOOL)allowPanelistStartVideo:(BOOL)enable;
MobileRTCAttendeeViewMode
Enumeration of the attendee view modes in a Zoom meeting. For more information, please visit https://...
MobileRTCChatAllowAttendeeChat
Enumeration of the attendee chat permission in webinar.
MobileRTCSDKError
Enumeration of the SDK error.
MobileRTCPanelistChatPrivilegeType
Enumeration of webinar panelist types.
NSString *_Nullable getPollLegalNoticesPrompt()
Gets poll legal notices prompt.
BOOL hasPromptAndDePromptPrivilege()
Queries if the user has the privilege to prompt or demote users in the webinar.
NSString *_Nullable getWebinarRegistrationLegalNoticesPrompt()
Gets annotation over share legal notices prompt.
MobileRTCAttendeeViewMode getAttendeeViewMode()
Gets the view mode of the attendee.
MobileRTCSDKError allowWebinarEmojiReaction()
Permits the use of emoji reactions.
MobileRTCSDKError disallowAttendeeViewTheParticipantCount()
Forbids the attendee to view the participant count.
MobileRTCChatAllowAttendeeChat getWebinarAttendeeChatPrivilege()
Gets webinar attendee chat privilege type.
BOOL isAllowPanelistStartVideo()
Queries if panelist can start video in Webinar Meeting.
MobileRTCWebinarRegistLegalNoticeContent *_Nullable getWebinarRegistrationLegalNoticesExplained()
Gets annotation over share legal notices explained.
BOOL isAttendeeRaiseHandAllowed()
Queries if attendee raise hand status is allowed.
MobileRTCSDKError allowAttendeeViewTheParticipantCount()
Allows the attendee to view the participant count.
BOOL isWebinarEmojiReactionSupported()
Determines if current webinar supports emoji reactions.
BOOL isWebinarEmojiReactionAllowed()
Queries if emoji reactions status is allowed.
NSString *_Nullable getPollLegalNoticesExplained()
Gets poll legal notices explained.
MobileRTCSDKError disallowAttendeeRaiseHand()
Does not let the attendee raise their hand.
BOOL isAttendeeViewTheParticipantCountAllowed()
Queries if attendee is allowed to view the participant count.
NSString *_Nullable getPollAnonymousLegalNoticesExplained()
Gets poll anonymous legal notices explained.
NSUInteger getParticipantCount()
Gets the participant count.
MobileRTCSDKError disallowWebinarEmojiReaction()
Forbids the use of emoji reactions.
MobileRTCPanelistChatPrivilegeType getPanelistChatPrivilege()
Gets the chat privilege of the panelist.
BOOL isPollingLegalNoticeAvailable()
Determines if polling legal notice is available.
MobileRTCSDKError allowAttendeeRaiseHand()
Allows the attendee to use the raise hand.
Interface that provides settings for legal notice content for Webinar registration.