|
Meeting SDK for Android API Reference
|
User information object in Zoom meeting. More...
Data Structures | |
| enum | InMeetingUserRole |
| Enumeration of user roles. More... | |
| interface | SDK_NETWORK_STATUS |
| interface | VideoStatus |
| User's video status in Zoom meeting. More... | |
| interface | AudioStatus |
| User's audio status in Zoom meeting. More... | |
| interface | WebinarAttendeeStatus |
| Attendee's status in webinar. More... | |
Public Member Functions | |
| long | getUserId () |
| Gets the user's ID. | |
| String | getCustomerKey () |
| Gets the user's customer key. | |
| String | getUserName () |
| Gets the user's name. | |
| boolean | isRaisedHand () |
| Determines whether the hand is raised. | |
| String | getAvatarPath () |
| Gets the avatar path. | |
| boolean | isInWaitingRoom () |
| Determines whether the participant is in the waiting room. | |
| InMeetingUserRole | getInMeetingUserRole () |
| Gets the user's role in the Zoom meeting. | |
| VideoStatus | getVideoStatus () |
| Gets the user's video status in the Zoom meeting. | |
| boolean | hasCamera () |
| Determines whether the participant has a camera. | |
| AudioStatus | getAudioStatus () |
| Gets the user's audio status in the Zoom meeting. | |
| WebinarAttendeeStatus | getWebinarAttendeeStatus () |
| Gets the attendee's status in the webinar. | |
| boolean | isH323User () |
| Determines whether the user is an H.323 user. | |
| boolean | isPureCallInUser () |
| Determines whether the user is a telephone user. | |
| String | getPersistentId () |
| Gets the user's 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 is discarded. | |
| boolean | isRawLiveStreaming () |
| Determines whether the user has started a raw live stream. | |
| boolean | hasRawLiveStreamPrivilege () |
| Determines whether the user has raw live stream privilege. | |
| boolean | isHost () |
| Determines whether the member corresponding to the current information is the host. | |
| boolean | isMySelf () |
| Determines whether the current information corresponds to the user themselves. | |
| boolean | isClosedCaptionSender () |
| Determines whether the user corresponding to the current information is the sender of closed caption. | |
| boolean | isInterpreter () |
| Determines whether the user specified by the current information is an interpreter. | |
| boolean | isSignLanguageInterpreter () |
| Determines whether the user specified by the current information is a sign language interpreter. | |
| String | getInterpreterActiveLanguage () |
| Gets the active language if the user is an interpreter. | |
| boolean | isProductionStudioUser () |
| Determines whether the user is a production studio user. | |
| long | getProductionStudioParent () |
| Gets the ID of the parent user of this production user. | |
| List< GrantCoOwnerAssetsInfo > | getGrantCoOwnerAssetsInfo () |
| Gets the granted assets info when assigning a co-owner. | |
| MobileRTCEmojiFeedbackType | getEmojiFeedbackType () |
| Gets the emoji feedback type from the user. | |
| boolean | isInWebinarBackstage () |
| Determines whether the user specified by the current information is in the webinar backstage. | |
| boolean | isBotUser () |
| Determines whether the user specified by the current information is a robot user. | |
| String | getBotAppName () |
| Gets the bot app name. | |
| boolean | isVirtualNameTagEnabled () |
| Determines whether the participant has enabled virtual name tag. | |
| List< ZoomSDKVirtualNameTag > | getVirtualNameTagList () |
| Gets the virtual name tag roster information. | |
| boolean | isCompanionModeUser () |
| Determines whether the user specified by the current information is in companion mode. | |
| boolean | isAudioOnlyUser () |
| Determines whether the specified user is an audio only user. | |
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 8 of file InMeetingUserInfo.java.
| AudioStatus us.zoom.sdk.InMeetingUserInfo.getAudioStatus | ( | ) |
Gets the user's audio status in the Zoom meeting.
| String us.zoom.sdk.InMeetingUserInfo.getAvatarPath | ( | ) |
Gets the avatar path.
| String us.zoom.sdk.InMeetingUserInfo.getBotAppName | ( | ) |
Gets the bot app name.
| String us.zoom.sdk.InMeetingUserInfo.getCustomerKey | ( | ) |
Gets the user's customer key.
| MobileRTCEmojiFeedbackType us.zoom.sdk.InMeetingUserInfo.getEmojiFeedbackType | ( | ) |
Gets the emoji feedback type from the user.
| List< GrantCoOwnerAssetsInfo > us.zoom.sdk.InMeetingUserInfo.getGrantCoOwnerAssetsInfo | ( | ) |
Gets the granted assets info when assigning a co-owner.
| InMeetingUserRole us.zoom.sdk.InMeetingUserInfo.getInMeetingUserRole | ( | ) |
Gets the user's role in the Zoom meeting.
| String us.zoom.sdk.InMeetingUserInfo.getInterpreterActiveLanguage | ( | ) |
Gets the active language if the user is an interpreter.
| String us.zoom.sdk.InMeetingUserInfo.getPersistentId | ( | ) |
Gets the user's 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 is discarded.
| long us.zoom.sdk.InMeetingUserInfo.getProductionStudioParent | ( | ) |
Gets the ID of the parent user of this production user.
| long us.zoom.sdk.InMeetingUserInfo.getUserId | ( | ) |
Gets the user's ID.
| String us.zoom.sdk.InMeetingUserInfo.getUserName | ( | ) |
Gets the user's name.
| VideoStatus us.zoom.sdk.InMeetingUserInfo.getVideoStatus | ( | ) |
Gets the user's video status in the Zoom meeting.
| List< ZoomSDKVirtualNameTag > us.zoom.sdk.InMeetingUserInfo.getVirtualNameTagList | ( | ) |
Gets the virtual name tag roster information.
| WebinarAttendeeStatus us.zoom.sdk.InMeetingUserInfo.getWebinarAttendeeStatus | ( | ) |
Gets the attendee's status in the webinar.
| boolean us.zoom.sdk.InMeetingUserInfo.hasCamera | ( | ) |
Determines whether the participant has a camera.
| boolean us.zoom.sdk.InMeetingUserInfo.hasRawLiveStreamPrivilege | ( | ) |
Determines whether the user has raw live stream privilege.
| boolean us.zoom.sdk.InMeetingUserInfo.isAudioOnlyUser | ( | ) |
Determines whether the specified user is an audio only user.
| boolean us.zoom.sdk.InMeetingUserInfo.isBotUser | ( | ) |
Determines whether the user specified by the current information is a robot user.
| boolean us.zoom.sdk.InMeetingUserInfo.isClosedCaptionSender | ( | ) |
Determines whether the user corresponding to the current information is the sender of closed caption.
| boolean us.zoom.sdk.InMeetingUserInfo.isCompanionModeUser | ( | ) |
Determines whether the user specified by the current information is in companion mode.
| boolean us.zoom.sdk.InMeetingUserInfo.isH323User | ( | ) |
Determines whether the user is an H.323 user.
| boolean us.zoom.sdk.InMeetingUserInfo.isHost | ( | ) |
Determines whether the member corresponding to the current information is the host.
| boolean us.zoom.sdk.InMeetingUserInfo.isInterpreter | ( | ) |
Determines whether the user specified by the current information is an interpreter.
| boolean us.zoom.sdk.InMeetingUserInfo.isInWaitingRoom | ( | ) |
Determines whether the participant is in the waiting room.
| boolean us.zoom.sdk.InMeetingUserInfo.isInWebinarBackstage | ( | ) |
Determines whether the user specified by the current information is in the webinar backstage.
| boolean us.zoom.sdk.InMeetingUserInfo.isMySelf | ( | ) |
Determines whether the current information corresponds to the user themselves.
| boolean us.zoom.sdk.InMeetingUserInfo.isProductionStudioUser | ( | ) |
Determines whether the user is a production studio user.
| boolean us.zoom.sdk.InMeetingUserInfo.isPureCallInUser | ( | ) |
Determines whether the user is a telephone user.
| boolean us.zoom.sdk.InMeetingUserInfo.isRaisedHand | ( | ) |
Determines whether the hand is raised.
| boolean us.zoom.sdk.InMeetingUserInfo.isRawLiveStreaming | ( | ) |
Determines whether the user has started a raw live stream.
| boolean us.zoom.sdk.InMeetingUserInfo.isSignLanguageInterpreter | ( | ) |
Determines whether the user specified by the current information is a sign language interpreter.
| boolean us.zoom.sdk.InMeetingUserInfo.isVirtualNameTagEnabled | ( | ) |
Determines whether the participant has enabled virtual name tag.
| int us.zoom.sdk.InMeetingUserInfo.Audio_Type_None = 2 |
No audio.
Definition at line 20 of file InMeetingUserInfo.java.
| int us.zoom.sdk.InMeetingUserInfo.Audio_Type_Telephony = 1 |
The audio type in the meeting is telephony.
Definition at line 16 of file InMeetingUserInfo.java.
| int us.zoom.sdk.InMeetingUserInfo.Audio_Type_VoIP = 0 |
The audio type in the meeting is VoIP.
Definition at line 12 of file InMeetingUserInfo.java.