macOS SDK API Reference
|
ZOOM SDK user information. More...
#import <ZoomSDKMeetingActionController.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isMySelf |
Determine if the information corresponds to the current user. | |
(NSString *) | - getUserName |
Get the username matched with the current user information. | |
(unsigned int) | - getUserID |
Get the user ID matched with the current user information. | |
(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 *) | - GetWebinarAttendeeStatus |
Get the webinar status of the user specified by the current information. | |
(BOOL) | - isTalking |
Get the user is talking. | |
(NSString *) | - getCustomerKey |
Get the customer Key matched with the current user information. | |
(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 *) | - getInterpreterActiveLanguage |
Get interpreter active language. | |
(BOOL) | - isRaisingHand |
Get the raising hand status. | |
(ZoomSDKRecordingStatus) | - getLocalRecordingStatus |
Get the local recording status. | |
(NSString *) | - 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. | |
Protected Attributes | |
unsigned int | _userID |
ZOOM SDK user information.
Definition at line 209 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 *) getCustomerKey |
Get the customer Key matched with the current user information.
- (NSString *) getInterpreterActiveLanguage |
Get interpreter active language.
- (ZoomSDKRecordingStatus) getLocalRecordingStatus |
Get the local recording status.
- (NSString *) 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) getUserID |
Get the user ID matched with the current user information.
- (NSString *) 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.
- (ZoomSDKWebinarAttendeeStatus *) GetWebinarAttendeeStatus |
Get the webinar status of the user specified by the current information.
- (BOOL) hasRawLiveStreamPrivilege |
Determine whether the user has raw live stream privilege.
- (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) isMySelf |
Determine if the information corresponds to the current 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.
|
protected |
Definition at line 211 of file ZoomSDKMeetingActionController.h.