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
9public interface InMeetingUserInfo {
22
40
43 int Network_Bad = 0;
45 int Network_Good = 2;
46 }
47
53 long getUserId();
54
61
67 String getUserName();
68
74 boolean isRaisedHand();
75
81 String getAvatarPath();
82
88 boolean isInWaitingRoom();
89
96
103
108 boolean hasCamera();
109
116
123
129 boolean isH323User();
130
137
146
153
160
166 boolean isHost();
167
173 boolean isMySelf();
174
175
182
188 boolean isInterpreter();
189
196
203
212
219 List<GrantCoOwnerAssetsInfo> getGrantCoOwnerAssetsInfo();
220
224 interface VideoStatus {
230 public boolean isSending();
231
237 public int getVideoQuality();
238 }
239
243 interface AudioStatus {
244
250 public boolean isMuted();
251
257 public boolean isTalking();
258
264 public long getAudioType();
265 }
266
267
272 boolean isAllowTalk();
273 }
274
280
287
293 boolean isBotUser();
294
301
308
314 List<ZoomSDKVirtualNameTag> getVirtualNameTagList();
315
322}
User's audio status in ZOOM meeting.
long getAudioType()
Get the audio types.
boolean isTalking()
Query if the user is speaking.
boolean isMuted()
Query if the audio is muted.
User video status in ZOOM meeting.
boolean isSending()
Query if the user is sending video.
int getVideoQuality()
Get Network quality.
User Information Object in ZOOM meeting.
int Audio_Type_Telephony
The audio type in the meeting is telephony.
MobileRTCEmojiFeedbackType getEmojiFeedbackType()
The emoji feedback type from the user.
String getPersistentId()
Get the user persistent ID matched with the current user information. This ID persists for the durati...
boolean isProductionStudioUser()
Returns whether the user is production studio user.
boolean isVirtualNameTagEnabled()
Query if the participant enabled virtual name tag.
WebinarAttendeeStatus getWebinarAttendeeStatus()
Get attendee status in webinar.
boolean isInWaitingRoom()
Query if the participant is in the waiting room.
boolean isH323User()
Query if the user is h323 user.
boolean isRaisedHand()
Query if the hand is raised.
String getInterpreterActiveLanguage()
Get the active language, if the user is a interpreter.
long getUserId()
Get the user ID.
boolean isRawLiveStreaming()
Determine whether the user has started a raw live stream.
InMeetingUserRole getInMeetingUserRole()
User roles in ZOOM meeting defined in InMeetingUserRole.
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 getUserName()
Get user name.
boolean isMySelf()
Determine whether the current information corresponds to the user himself or not.
List< ZoomSDKVirtualNameTag > getVirtualNameTagList()
Query the virtual name tag roster information.
boolean isInWebinarBackstage()
Determine whether the user specified by the current information is in the webinar backstage or not.
boolean isHost()
Determine whether the member corresponding with the current information is the host or not.
long getProductionStudioParent()
Returns the ID of the parent user of this production user.
VideoStatus getVideoStatus()
Get user video status in ZOOM meeting defined in VideoStatus.
boolean isBotUser()
Determine whether the user specified by the current information is robot user or not.
boolean hasRawLiveStreamPrivilege()
Determine whether the user has raw live stream privilege.
boolean isCompanionModeUser()
Determine whether the user specified by the current information in companion mode or not.
boolean hasCamera()
Query if the participant has a camera.
int Audio_Type_VoIP
The audio type in the meeting is VoIP.
boolean isClosedCaptionSender()
Determine whether the user corresponding to the current information is the sender of Closed Caption o...
String getAvatarPath()
Get the avatar path.
List< GrantCoOwnerAssetsInfo > getGrantCoOwnerAssetsInfo()
Query the granted assets info when assign a co-owner.
boolean isPureCallInUser()
Query if the user is telephone user.
String getBotAppName()
Get the bot app name.
AudioStatus getAudioStatus()
Get user audio status in ZOOM meeting defined in VideoStatus.
String getCustomerKey()
Get user customer key MeetingOptions.customer_key.