Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingDeviceInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface InMeetingDeviceInfo {
7
15 @Deprecated
16 int getIndex();
17
23 String getDeviceName();
24
31
38
44 String getMeetingId();
45
52}
In-meeting device information interface.
String getMeetingTopic()
Gets the meeting topic.
String getDeviceName()
Gets the device name.
int getIndex()
Gets the device index.
long getMeetingNumber()
Gets the meeting number.
String getMeetingId()
Gets the meeting ID.
boolean isSupportCompanionMode()
Determines whether companion mode is supported.