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