Meeting SDK for Android API Reference
|
User Information Object in ZOOM meeting. More...
Data Structures | |
interface | AudioStatus |
User's audio status in ZOOM meeting. More... | |
enum | InMeetingUserRole |
Enumeration of user roles. More... | |
interface | SDK_NETWORK_STATUS |
interface | VideoStatus |
User video status in ZOOM meeting. More... | |
interface | WebinarAttendeeStatus |
Attendee's status in webinar. More... | |
Public Member Functions | |
long | getUserId () |
Get the user ID. | |
String | getCustomerKey () |
Get user customer key MeetingOptions.customer_key . | |
String | getUserName () |
Get user name. | |
boolean | isRaisedHand () |
Query if the hand is raised. | |
String | getAvatarPath () |
Get the avatar path. | |
boolean | isInWaitingRoom () |
Query if the participant is in the waiting room. | |
InMeetingUserRole | getInMeetingUserRole () |
User roles in ZOOM meeting defined in InMeetingUserRole . | |
VideoStatus | getVideoStatus () |
Get user video status in ZOOM meeting defined in VideoStatus . | |
boolean | hasCamera () |
Query if the participant has a camera. | |
AudioStatus | getAudioStatus () |
Get user audio status in ZOOM meeting defined in VideoStatus . | |
WebinarAttendeeStatus | getWebinarAttendeeStatus () |
Get attendee status in webinar. | |
boolean | isH323User () |
Query if the user is h323 user. | |
boolean | isPureCallInUser () |
Query if the user is telephone user. | |
String | 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. | |
boolean | isRawLiveStreaming () |
Determine whether the user has started a raw live stream. | |
boolean | hasRawLiveStreamPrivilege () |
Determine whether the user has raw live stream privilege. | |
boolean | isHost () |
Determine whether the member corresponding with the current information is the host or not. | |
boolean | isMySelf () |
Determine whether the current information corresponds to the user himself or not. | |
boolean | isClosedCaptionSender () |
Determine whether the user corresponding to the current information is the sender of Closed Caption or not. | |
boolean | isInterpreter () |
Determine whether the user specified by the current information is a interpreter or not. | |
boolean | isSignLanguageInterpreter () |
Determine whether the user specified by the current information is a sign language interpreter or not. | |
String | getInterpreterActiveLanguage () |
Get the active language, if the user is a interpreter. | |
boolean | isProductionStudioUser () |
Returns whether the user is production studio user. | |
long | getProductionStudioParent () |
Returns the ID of the parent user of this production user. | |
List< GrantCoOwnerAssetsInfo > | getGrantCoOwnerAssetsInfo () |
Query the granted assets info when assign a co-owner. | |
MobileRTCEmojiFeedbackType | getEmojiFeedbackType () |
The emoji feedback type from the user. | |
boolean | isInWebinarBackstage () |
Determine whether the user specified by the current information is in the webinar backstage or not. | |
boolean | isBotUser () |
Determine whether the user specified by the current information is robot user or not. | |
String | getBotAppName () |
Get the bot app name. | |
boolean | isVirtualNameTagEnabled () |
Query if the participant enabled virtual name tag. | |
List< ZoomSDKVirtualNameTag > | getVirtualNameTagList () |
Query the virtual name tag roster information. | |
boolean | isCompanionModeUser () |
Determine whether the user specified by the current information in companion mode or not. | |
Data Fields | |
int | Audio_Type_VoIP = 0 |
The audio type in the meeting is VoIP. | |
int | Audio_Type_Telephony = 1 |
The audio type in the meeting is telephony. | |
int | Audio_Type_None = 2 |
No audio. | |
User Information Object in ZOOM meeting.
Definition at line 9 of file InMeetingUserInfo.java.
AudioStatus us.zoom.sdk.InMeetingUserInfo.getAudioStatus | ( | ) |
Get user audio status in ZOOM meeting defined in VideoStatus
.
String us.zoom.sdk.InMeetingUserInfo.getAvatarPath | ( | ) |
Get the avatar path.
String us.zoom.sdk.InMeetingUserInfo.getBotAppName | ( | ) |
Get the bot app name.
String us.zoom.sdk.InMeetingUserInfo.getCustomerKey | ( | ) |
Get user customer key MeetingOptions.customer_key
.
MobileRTCEmojiFeedbackType us.zoom.sdk.InMeetingUserInfo.getEmojiFeedbackType | ( | ) |
The emoji feedback type from the user.
List< GrantCoOwnerAssetsInfo > us.zoom.sdk.InMeetingUserInfo.getGrantCoOwnerAssetsInfo | ( | ) |
Query the granted assets info when assign a co-owner.
GrantCoOwnerAssetsInfo
object.InMeetingUserRole us.zoom.sdk.InMeetingUserInfo.getInMeetingUserRole | ( | ) |
User roles in ZOOM meeting defined in InMeetingUserRole
.
String us.zoom.sdk.InMeetingUserInfo.getInterpreterActiveLanguage | ( | ) |
Get the active language, if the user is a interpreter.
String us.zoom.sdk.InMeetingUserInfo.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.
long us.zoom.sdk.InMeetingUserInfo.getProductionStudioParent | ( | ) |
Returns the ID of the parent user of this production user.
long us.zoom.sdk.InMeetingUserInfo.getUserId | ( | ) |
Get the user ID.
String us.zoom.sdk.InMeetingUserInfo.getUserName | ( | ) |
Get user name.
VideoStatus us.zoom.sdk.InMeetingUserInfo.getVideoStatus | ( | ) |
Get user video status in ZOOM meeting defined in VideoStatus
.
List< ZoomSDKVirtualNameTag > us.zoom.sdk.InMeetingUserInfo.getVirtualNameTagList | ( | ) |
Query the virtual name tag roster information.
WebinarAttendeeStatus us.zoom.sdk.InMeetingUserInfo.getWebinarAttendeeStatus | ( | ) |
Get attendee status in webinar.
boolean us.zoom.sdk.InMeetingUserInfo.hasCamera | ( | ) |
Query if the participant has a camera.
boolean us.zoom.sdk.InMeetingUserInfo.hasRawLiveStreamPrivilege | ( | ) |
Determine whether the user has raw live stream privilege.
boolean us.zoom.sdk.InMeetingUserInfo.isBotUser | ( | ) |
Determine whether the user specified by the current information is robot user or not.
boolean us.zoom.sdk.InMeetingUserInfo.isClosedCaptionSender | ( | ) |
Determine whether the user corresponding to the current information is the sender of Closed Caption or not.
boolean us.zoom.sdk.InMeetingUserInfo.isCompanionModeUser | ( | ) |
Determine whether the user specified by the current information in companion mode or not.
boolean us.zoom.sdk.InMeetingUserInfo.isH323User | ( | ) |
Query if the user is h323 user.
boolean us.zoom.sdk.InMeetingUserInfo.isHost | ( | ) |
Determine whether the member corresponding with the current information is the host or not.
boolean us.zoom.sdk.InMeetingUserInfo.isInterpreter | ( | ) |
Determine whether the user specified by the current information is a interpreter or not.
boolean us.zoom.sdk.InMeetingUserInfo.isInWaitingRoom | ( | ) |
Query if the participant is in the waiting room.
boolean us.zoom.sdk.InMeetingUserInfo.isInWebinarBackstage | ( | ) |
Determine whether the user specified by the current information is in the webinar backstage or not.
boolean us.zoom.sdk.InMeetingUserInfo.isMySelf | ( | ) |
Determine whether the current information corresponds to the user himself or not.
boolean us.zoom.sdk.InMeetingUserInfo.isProductionStudioUser | ( | ) |
Returns whether the user is production studio user.
boolean us.zoom.sdk.InMeetingUserInfo.isPureCallInUser | ( | ) |
Query if the user is telephone user.
boolean us.zoom.sdk.InMeetingUserInfo.isRaisedHand | ( | ) |
Query if the hand is raised.
boolean us.zoom.sdk.InMeetingUserInfo.isRawLiveStreaming | ( | ) |
Determine whether the user has started a raw live stream.
boolean us.zoom.sdk.InMeetingUserInfo.isSignLanguageInterpreter | ( | ) |
Determine whether the user specified by the current information is a sign language interpreter or not.
boolean us.zoom.sdk.InMeetingUserInfo.isVirtualNameTagEnabled | ( | ) |
Query if the participant enabled virtual name tag.
int us.zoom.sdk.InMeetingUserInfo.Audio_Type_None = 2 |
No audio.
Definition at line 21 of file InMeetingUserInfo.java.
int us.zoom.sdk.InMeetingUserInfo.Audio_Type_Telephony = 1 |
The audio type in the meeting is telephony.
Definition at line 17 of file InMeetingUserInfo.java.
int us.zoom.sdk.InMeetingUserInfo.Audio_Type_VoIP = 0 |
The audio type in the meeting is VoIP.
Definition at line 13 of file InMeetingUserInfo.java.