Meeting SDK for macOS API Reference
|
Provides access to the chat privileges for different user roles in a meeting or webinar. More...
#include <ZoomSDKMeetingActionController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKNormalMeetingChatPrivilege *) | - getNormalMeetingPrivilege |
Get the chat privilege of the meeting participant. | |
(ZoomSDKWebinarAttendeeChatPrivilege *) | - getWebinarAttendeePrivilege |
Get the chat privilege of the webinar attendee. | |
(ZoomSDKWebinarPanelistChatPrivilege *) | - getWebinarPanelistPrivilege |
Get the chat privilege of the webinar panelist. | |
(BOOL) | - isSupportChat |
current meeting support chat. | |
(BOOL) | - isWebinarAttendee |
current role is a webinar attendee. | |
(BOOL) | - isWebinarMeeting |
current meeting is a webinar meeting. | |
Provides access to the chat privileges for different user roles in a meeting or webinar.
Definition at line 205 of file ZoomSDKMeetingActionController.h.
- (ZoomSDKNormalMeetingChatPrivilege *) getNormalMeetingPrivilege |
Get the chat privilege of the meeting participant.
- (ZoomSDKWebinarAttendeeChatPrivilege *) getWebinarAttendeePrivilege |
Get the chat privilege of the webinar attendee.
- (ZoomSDKWebinarPanelistChatPrivilege *) getWebinarPanelistPrivilege |
Get the chat privilege of the webinar panelist.
- (BOOL) isSupportChat |
current meeting support chat.
- (BOOL) isWebinarAttendee |
current role is a webinar attendee.
- (BOOL) isWebinarMeeting |
current meeting is a webinar meeting.