Mac SDK
|
ZOOM SDK user information. More...
#import <ZoomSDKMeetingActionController.h>
Instance Methods | |
(BOOL) | - isMySelf |
Determine if the information corresponds to the current user. More... | |
(NSString *) | - getUserName |
Get the username matched with the current user information. More... | |
(unsigned int) | - getUserID |
Get the user ID matched with the current user information. More... | |
(BOOL) | - isHost |
Determine whether the member corresponding with the current information is the host or not. More... | |
(BOOL) | - isVideoOn |
Determine the video status of the user specified by the current information. More... | |
(1.0, 4.6) | - NS_DEPRECATED_MAC |
Determine the audio status of the user specified by the current information. More... | |
(ZoomSDKAudioStatus) | - getAudioStatus |
Get the audio status of user. More... | |
(ZoomSDKAudioType) | - getAudioType |
Get the audio type of user. More... | |
(UserRole) | - getUserRole |
Get the type of role of the user specified by the current information. More... | |
(BOOL) | - isPurePhoneUser |
Determine whether the user corresponding to the current information joins the meeting by telephone or not. More... | |
(BOOL) | - isH323User |
Determine whether the user corresponding to the current information joins the meeting by h323 or not. More... | |
(BOOL) | - canBeCoHost |
Determine if it is able to change the specified user role as the co-host. More... | |
(ZoomSDKWebinarAttendeeStatus *) | - GetWebinarAttendeeStatus |
Get the webinar status of the user specified by the current information. More... | |
(BOOL) | - isTalking |
Get the user is talking. More... | |
(NSString *) | - getParticipantID |
Get the participant ID matched with the current user information. More... | |
(BOOL) | - isInterpreter |
Determine if user is interpreter. More... | |
(NSString *) | - getInterpreterActiveLanguage |
Get interpreter active language. More... | |
Protected Attributes | |
unsigned int | _userID |
ZOOM SDK user information.
- (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 *) getInterpreterActiveLanguage |
Get interpreter active language.
- (NSString *) getParticipantID |
Get the participant ID matched with the current user information.
- (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) 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) isTalking |
Get the user is talking.
- (BOOL) isVideoOn |
Determine the video status of the user specified by the current information.
- (1.0, 4.6) NS_DEPRECATED_MAC |
Determine the audio status of the user specified by the current information.