Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingUserList.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
8@Deprecated
9public interface InMeetingUserList {
17 @Deprecated
18 public int getUserCount();
19
20
29 @Deprecated
31}
User information object in Zoom meeting.
Zoom in-meeting user list.
int getUserCount()
Gets the user count in the meeting.
InMeetingUserInfo getUserInfoByIndex(int index)
Gets the user info by index.