Meeting SDK for macOS API Reference
|
ZOOM SDK user information. More...
#include <ZoomSDKMeetingActionController.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isMySelf |
Determine if the information corresponds to the current user. | |
(NSString *_Nullable) | - getUserName |
Get the username matched with the current user information. | |
(unsigned int) | - getUserID |
Get the user ID matched with the current user information. | |
(NSString *_Nullable) | - getAvatarPath |
Get the storage path of avatar. | |
(BOOL) | - isHost |
Determine whether the member corresponding with the current information is the host or not. | |
(BOOL) | - isVideoOn |
Determine the video status of the user specified by the current information. | |
(ZoomSDKAudioStatus) | - getAudioStatus |
Get the audio status of user. | |
(ZoomSDKAudioType) | - getAudioType |
Get the audio type of user. | |
(UserRole) | - getUserRole |
Get the type of role of the user specified by the current information. | |
(BOOL) | - isPurePhoneUser |
Determine whether the user corresponding to the current information joins the meeting by telephone or not. | |
(BOOL) | - isH323User |
Determine whether the user corresponding to the current information joins the meeting by h323 or not. | |
(BOOL) | - canBeCoHost |
Determine if it is able to change the specified user role as the co-host. | |
(ZoomSDKWebinarAttendeeStatus *_Nullable) | - GetWebinarAttendeeStatus |
Get the webinar status of the user specified by the current information. | |
(BOOL) | - isTalking |
Get the user is talking. | |
(NSString *_Nullable) | - getCustomerKey |
Get the customer Key matched with the current user information. The max length of customer Key is 35. | |
(BOOL) | - isInterpreter |
Determine if user is interpreter. | |
(BOOL) | - isSignLanguageInterpreter |
Determine whether the user specified by the current information is a sign language interpreter or not. | |
(NSString *_Nullable) | - getInterpreterActiveLanguage |
Get interpreter active language. | |
(BOOL) | - isRaisingHand |
Get the raising hand status. | |
(ZoomSDKRecordingStatus) | - getLocalRecordingStatus |
Get the local recording status. | |
(NSString *_Nullable) | - getPersistentId |
Get the user persistent ID matched with the current user information. This ID persists for the duration of the main meeting. Once the main meeting ends, the ID will be discarded. | |
(BOOL) | - isRawLiveStreaming |
Determine whether the user has started a raw live stream. | |
(BOOL) | - hasRawLiveStreamPrivilege |
Determine whether the user has raw live stream privilege. | |
(ZoomSDKEmojiFeedbackType) | - getEmojiFeedbackType |
Get the emoji feedback type of the user. | |
(BOOL) | - hasCamera |
Query if the participant has a camera. | |
(BOOL) | - isInWaitingRoom |
Query if the participant is in waiting room. | |
(BOOL) | - isInWebinarBackstage |
Determine whether the user specified by the current information is in the webinar backstage or not. | |
(BOOL) | - isClosedCaptionSender |
Query if the participant is closedCaption sender. | |
(BOOL) | - isProductionStudioUser |
Returns whether the user is production studio user. | |
(unsigned int) | - getProductionStudioParent |
Returns the ID of the parent user of this production user. | |
(BOOL) | - isBotUser |
Determine whether the user specified by the current information is bot user or not. | |
(NSString *_Nullable) | - getBotAppName |
Get the bot app name. | |
(BOOL) | - isVirtualNameTagEnabled |
Query if the participant enabled virtual name tag. | |
(nullable NSArray< ZoomSDKVirtualNameTag * > *) | - getVirtualNameTagArray |
Query the virtual name tag roster infomation. | |
(BOOL) | - isCompanionModeUser |
Determine whether the user specified by the current information in companion mode or not. | |
Protected Attributes | |
unsigned int | _userID |
ZOOM SDK user information.
Definition at line 250 of file ZoomSDKMeetingActionController.h.
- (BOOL) canBeCoHost |
Determine if it is able to change the specified user role as the co-host.
- (ZoomSDKAudioStatus) getAudioStatus |
Get the audio status of user.
- (ZoomSDKAudioType) getAudioType |
Get the audio type of user.
- (NSString *_Nullable) getAvatarPath |
Get the storage path of avatar.
- (NSString *_Nullable) getBotAppName |
Get the bot app name.
- (NSString *_Nullable) getCustomerKey |
Get the customer Key matched with the current user information. The max length of customer Key is 35.
- (ZoomSDKEmojiFeedbackType) getEmojiFeedbackType |
Get the emoji feedback type of the user.
- (NSString *_Nullable) getInterpreterActiveLanguage |
Get interpreter active language.
- (ZoomSDKRecordingStatus) getLocalRecordingStatus |
Get the local recording status.
- (NSString *_Nullable) getPersistentId |
Get the user persistent ID matched with the current user information. This ID persists for the duration of the main meeting. Once the main meeting ends, the ID will be discarded.
- (unsigned int) getProductionStudioParent |
Returns the ID of the parent user of this production user.
- (unsigned int) getUserID |
Get the user ID matched with the current user information.
- (NSString *_Nullable) getUserName |
Get the username matched with the current user information.
- (UserRole) getUserRole |
Get the type of role of the user specified by the current information.
- (nullable NSArray< ZoomSDKVirtualNameTag * > *) getVirtualNameTagArray |
Query the virtual name tag roster infomation.
- (ZoomSDKWebinarAttendeeStatus *_Nullable) GetWebinarAttendeeStatus |
Get the webinar status of the user specified by the current information.
- (BOOL) hasCamera |
Query if the participant has a camera.
- (BOOL) hasRawLiveStreamPrivilege |
Determine whether the user has raw live stream privilege.
- (BOOL) isBotUser |
Determine whether the user specified by the current information is bot user or not.
- (BOOL) isClosedCaptionSender |
Query if the participant is closedCaption sender.
- (BOOL) isCompanionModeUser |
Determine whether the user specified by the current information in companion mode or not.
- (BOOL) isH323User |
Determine whether the user corresponding to the current information joins the meeting by h323 or not.
- (BOOL) isHost |
Determine whether the member corresponding with the current information is the host or not.
- (BOOL) isInterpreter |
Determine if user is interpreter.
- (BOOL) isInWaitingRoom |
Query if the participant is in waiting room.
- (BOOL) isInWebinarBackstage |
Determine whether the user specified by the current information is in the webinar backstage or not.
- (BOOL) isMySelf |
Determine if the information corresponds to the current user.
- (BOOL) isProductionStudioUser |
Returns whether the user is production studio user.
- (BOOL) isPurePhoneUser |
Determine whether the user corresponding to the current information joins the meeting by telephone or not.
- (BOOL) isRaisingHand |
Get the raising hand status.
- (BOOL) isRawLiveStreaming |
Determine whether the user has started a raw live stream.
- (BOOL) isSignLanguageInterpreter |
Determine whether the user specified by the current information is a sign language interpreter or not.
- (BOOL) isTalking |
Get the user is talking.
- (BOOL) isVideoOn |
Determine the video status of the user specified by the current information.
- (BOOL) isVirtualNameTagEnabled |
Query if the participant enabled virtual name tag.
|
protected |
Definition at line 252 of file ZoomSDKMeetingActionController.h.