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