Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingUserInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
8public interface InMeetingUserInfo {
21
39
42 int Network_Bad = 0;
44 int Network_Good = 2;
45 }
46
52 long getUserId();
53
60
66 String getUserName();
67
73 boolean isRaisedHand();
74
80 String getAvatarPath();
81
87 boolean isInWaitingRoom();
88
95
102
107 boolean hasCamera();
108
115
122
128 boolean isH323User();
129
136
143
150
157
163 boolean isHost();
164
170 boolean isMySelf();
171
172
179
185 boolean isInterpreter();
186
193
200
213
221 List<GrantCoOwnerAssetsInfo> getGrantCoOwnerAssetsInfo();
222
226 interface VideoStatus {
232 public boolean isSending();
233
239 public int getVideoQuality();
240 }
241
245 interface AudioStatus {
246
252 public boolean isMuted();
253
259 public boolean isTalking();
260
266 public long getAudioType();
267 }
268
269
279 boolean isAllowTalk();
280 }
281
288
295
301 boolean isBotUser();
302
309
316
322 List<ZoomSDKVirtualNameTag> getVirtualNameTagList();
323
330
337}
User's audio status in Zoom meeting.
long getAudioType()
Gets the audio types.
boolean isTalking()
Determines whether the user is speaking.
boolean isMuted()
Determines whether the audio is muted.
User's video status in Zoom meeting.
boolean isSending()
Determines whether the user is sending video.
int getVideoQuality()
Gets the network quality.
boolean isAllowTalk()
Determines whether the attendee is allowed to talk.
User information object in Zoom meeting.
int Audio_Type_Telephony
The audio type in the meeting is telephony.
MobileRTCEmojiFeedbackType getEmojiFeedbackType()
Gets the emoji feedback type from the user.
boolean isAudioOnlyUser()
Determines whether the specified user is an audio only user.
String getPersistentId()
Gets the user's persistent ID matched with the current user information. This ID persists for the dur...
boolean isProductionStudioUser()
Determines whether the user is a production studio user.
boolean isVirtualNameTagEnabled()
Determines whether the participant has enabled virtual name tag.
WebinarAttendeeStatus getWebinarAttendeeStatus()
Gets the attendee's status in the webinar.
boolean isInWaitingRoom()
Determines whether the participant is in the waiting room.
boolean isH323User()
Determines whether the user is an H.323 user.
boolean isRaisedHand()
Determines whether the hand is raised.
String getInterpreterActiveLanguage()
Gets the active language if the user is an interpreter.
long getUserId()
Gets the user's ID.
boolean isRawLiveStreaming()
Determines whether the user has started a raw live stream.
InMeetingUserRole getInMeetingUserRole()
Gets the user's role in the Zoom meeting.
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 getUserName()
Gets the user's name.
boolean isMySelf()
Determines whether the current information corresponds to the user themselves.
List< ZoomSDKVirtualNameTag > getVirtualNameTagList()
Gets the virtual name tag roster information.
boolean isInWebinarBackstage()
Determines whether the user specified by the current information is in the webinar backstage.
boolean isHost()
Determines whether the member corresponding to the current information is the host.
long getProductionStudioParent()
Gets the ID of the parent user of this production user.
VideoStatus getVideoStatus()
Gets the user's video status in the Zoom meeting.
boolean isBotUser()
Determines whether the user specified by the current information is a robot user.
boolean hasRawLiveStreamPrivilege()
Determines whether the user has raw live stream privilege.
boolean isCompanionModeUser()
Determines whether the user specified by the current information is in companion mode.
boolean hasCamera()
Determines whether the participant has a camera.
int Audio_Type_VoIP
The audio type in the meeting is VoIP.
boolean isClosedCaptionSender()
Determines whether the user corresponding to the current information is the sender of closed caption.
String getAvatarPath()
Gets the avatar path.
List< GrantCoOwnerAssetsInfo > getGrantCoOwnerAssetsInfo()
Gets the granted assets info when assigning a co-owner.
boolean isPureCallInUser()
Determines whether the user is a telephone user.
String getBotAppName()
Gets the bot app name.
AudioStatus getAudioStatus()
Gets the user's audio status in the Zoom meeting.
String getCustomerKey()
Gets the user's customer key.