|
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.
References canBeCoHost.
Referenced by canBeCoHost.
| - (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.
References canBeCoOwner.
Referenced by canBeCoOwner.
| - (ZoomSDKAudioStatus) getAudioStatus |
Gets the audio status of user.
References getAudioStatus.
Referenced by getAudioStatus.
| - (ZoomSDKAudioType) getAudioType |
Gets the audio type of user.
References getAudioType.
Referenced by getAudioType.
| - (NSString *_Nullable) getAvatarPath |
Gets the storage path of avatar.
References getAvatarPath.
Referenced by getAvatarPath.
| - (NSString *_Nullable) getBotAppName |
Gets the bot app name.
References getBotAppName.
Referenced by getBotAppName.
| - (NSString *_Nullable) getCustomerKey |
Gets the customer Key matched with the current user information. The max length of customer Key is 35.
References getCustomerKey.
Referenced by getCustomerKey.
| - (ZoomSDKEmojiFeedbackType) getEmojiFeedbackType |
Gets the user's emoji feedback type.
References getEmojiFeedbackType.
Referenced by getEmojiFeedbackType.
| - (NSArray< ZoomSDKGrantCoOwnerAssetsInfo * > *_Nullable) getGrantCoOwnerAssetsInfo |
Query the granted assets info when assign a co-owner.
References getGrantCoOwnerAssetsInfo.
Referenced by getGrantCoOwnerAssetsInfo.
| - (NSString *_Nullable) getInterpreterActiveLanguage |
Gets interpreter active language.
References getInterpreterActiveLanguage.
Referenced by getInterpreterActiveLanguage.
| - (ZoomSDKRecordingStatus) getLocalRecordingStatus |
Gets the local recording status.
References getLocalRecordingStatus.
Referenced by getLocalRecordingStatus.
| - (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.
References getPersistentId.
Referenced by getPersistentId.
| - (unsigned int) getProductionStudioParent |
Returns the parent user ID of this production user.
References getProductionStudioParent.
Referenced by getProductionStudioParent.
| - (unsigned int) getUserID |
| - (NSString *_Nullable) getUserName |
Gets the username matched with the current user information.
References getUserName.
Referenced by getUserName.
| - (UserRole) getUserRole |
Gets the user's type of role specified by the current information.
References getUserRole.
Referenced by getUserRole.
| - (nullable NSArray< ZoomSDKVirtualNameTag * > *) getVirtualNameTagArray |
Query the virtual name tag roster infomation.
References getVirtualNameTagArray.
Referenced by getVirtualNameTagArray.
| - (ZoomSDKWebinarAttendeeStatus *_Nullable) GetWebinarAttendeeStatus |
Gets the user's webinar status specified by the current information.
References GetWebinarAttendeeStatus.
Referenced by GetWebinarAttendeeStatus.
| - (BOOL) hasCamera |
| - (BOOL) hasRawLiveStreamPrivilege |
Determines whether the user has raw live stream privilege.
References hasRawLiveStreamPrivilege.
Referenced by hasRawLiveStreamPrivilege.
| - (BOOL) isAudioOnlyUser |
Determines whether the specified user is an audio only user.
References isAudioOnlyUser.
Referenced by isAudioOnlyUser.
| - (BOOL) isBotUser |
| - (BOOL) isClosedCaptionSender |
Query if the participant is closedCaption sender.
References isClosedCaptionSender.
Referenced by isClosedCaptionSender.
| - (BOOL) isCompanionModeUser |
Determines whether the user specified by the current information in companion mode or not.
References isCompanionModeUser.
Referenced by isCompanionModeUser.
| - (BOOL) isH323User |
Determines whether the user corresponding to the current information joins the meeting by h323 or not.
References isH323User.
Referenced by isH323User.
| - (BOOL) isHost |
| - (BOOL) isInterpreter |
Determines if user is interpreter.
References isInterpreter.
Referenced by isInterpreter.
| - (BOOL) isInWaitingRoom |
Query if the participant is in waiting room.
References isInWaitingRoom.
Referenced by isInWaitingRoom.
| - (BOOL) isInWebinarBackstage |
Determines whether the user specified by the current information is in the webinar backstage or not.
References isInWebinarBackstage.
Referenced by isInWebinarBackstage.
| - (BOOL) isMySelf |
| - (BOOL) isProductionStudioUser |
Returns whether the user is production studio user.
References isProductionStudioUser.
Referenced by isProductionStudioUser.
| - (BOOL) isPurePhoneUser |
Determines whether the user corresponding to the current information joins the meeting by telephone or not.
References isPurePhoneUser.
Referenced by isPurePhoneUser.
| - (BOOL) isRaisingHand |
Gets the raising hand status.
References isRaisingHand.
Referenced by isRaisingHand.
| - (BOOL) isRawLiveStreaming |
Determines whether the user has started a raw live stream.
References isRawLiveStreaming.
Referenced by isRawLiveStreaming.
| - (BOOL) isSignLanguageInterpreter |
Determines whether the user specified by the current information is a sign language interpreter or not.
References isSignLanguageInterpreter.
Referenced by isSignLanguageInterpreter.
| - (BOOL) isTalking |
| - (BOOL) isVideoOn |
| - (BOOL) isVirtualNameTagEnabled |
Query if the participant enabled virtual name tag.
References isVirtualNameTagEnabled.
Referenced by isVirtualNameTagEnabled.
|
protected |
Definition at line 304 of file ZoomSDKMeetingActionController.h.