Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.InMeetingDeviceInfo Interface Reference

In-meeting device information interface. More...

Public Member Functions

int getIndex ()
 Gets the device index.
String getDeviceName ()
 Gets the device name.
String getMeetingTopic ()
 Gets the meeting topic.
long getMeetingNumber ()
 Gets the meeting number.
String getMeetingId ()
 Gets the meeting ID.
boolean isSupportCompanionMode ()
 Determines whether companion mode is supported.

Detailed Description

In-meeting device information interface.

Definition at line 6 of file InMeetingDeviceInfo.java.

Member Function Documentation

◆ getDeviceName()

String us.zoom.sdk.InMeetingDeviceInfo.getDeviceName ( )

Gets the device name.

Returns
If the function succeeds, it returns the device name. Otherwise, this function fails and returns null.

◆ getIndex()

int us.zoom.sdk.InMeetingDeviceInfo.getIndex ( )

Gets the device index.

Returns
If the function succeeds, it returns the device index. Otherwise, this function fails and returns 0.
Deprecated
This method is no longer used.

◆ getMeetingId()

String us.zoom.sdk.InMeetingDeviceInfo.getMeetingId ( )

Gets the meeting ID.

Returns
If the function succeeds, it returns the meeting ID. Otherwise, this function fails and returns null.

◆ getMeetingNumber()

long us.zoom.sdk.InMeetingDeviceInfo.getMeetingNumber ( )

Gets the meeting number.

Returns
If the function succeeds, it returns the meeting number. Otherwise, this function fails and returns 0.

◆ getMeetingTopic()

String us.zoom.sdk.InMeetingDeviceInfo.getMeetingTopic ( )

Gets the meeting topic.

Returns
If the function succeeds, it returns the meeting topic. Otherwise, this function fails and returns null.

◆ isSupportCompanionMode()

boolean us.zoom.sdk.InMeetingDeviceInfo.isSupportCompanionMode ( )

Determines whether companion mode is supported.

Returns
true if companion mode is supported. Otherwise, false.