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

Invitation room system helper. More...

Data Structures

enum  CallOutRoomSystemStatus
 
enum  PairingRoomSystemResult
 

Public Member Functions

void addEventListener (InviteRoomSystemListener listener)
 
void removeEventListener (InviteRoomSystemListener listener)
 
String[] getH323Address ()
 
String getH323Password ()
 
List< RoomSystemDevicegetRoomDevices ()
 
boolean sendMeetingPairingCode (long meetingNumber, String pairingCode)
 
boolean callOutRoomSystem (RoomSystemDevice device)
 
boolean cancelCallOutRoomSystem ()
 

Detailed Description

Invitation room system helper.

Author
Jacky DU

Definition at line 10 of file InviteRoomSystemHelper.java.

Member Function Documentation

◆ addEventListener()

void us.zoom.sdk.InviteRoomSystemHelper.addEventListener ( InviteRoomSystemListener listener)

Register a listener for invitation room system.

Parameters
listenerThe listener instance.

◆ callOutRoomSystem()

boolean us.zoom.sdk.InviteRoomSystemHelper.callOutRoomSystem ( RoomSystemDevice device)

Outgoing call from room system.

Parameters
addressThe IP address / e.164 No. of call-out room.
deviceTypeRoom device: H.323 or SIP.
Returns
The result of calling the function. TRUE means calling successfully. FALSE not. Outgoing call from room system.
Parameters
deviceThe call-out device in room system.
Returns
The result of calling the function. TRUE means calling successfully. FALSE not.

◆ cancelCallOutRoomSystem()

boolean us.zoom.sdk.InviteRoomSystemHelper.cancelCallOutRoomSystem ( )

Cancel the outgoing call from room system.

Returns
TRUE means calling successfully to cancel the outgoing call. FALSE not.

◆ getH323Address()

String[] us.zoom.sdk.InviteRoomSystemHelper.getH323Address ( )

Get H.323 address of the current meeting.

Returns
If the function succeeds, the return value is the H.323 address. Otherwise returns null.

◆ getH323Password()

String us.zoom.sdk.InviteRoomSystemHelper.getH323Password ( )

Get H.323 password of the current meeting.

Returns
If the function succeeds, the return value is the H.323 password. Otherwise returns null.

◆ getRoomDevices()

List< RoomSystemDevice > us.zoom.sdk.InviteRoomSystemHelper.getRoomDevices ( )

Get the list of devices in current meeting room.

Returns
If the function succeeds, the return value is the device list. Otherwise returns null.

◆ removeEventListener()

void us.zoom.sdk.InviteRoomSystemHelper.removeEventListener ( InviteRoomSystemListener listener)

Unregister the listener for invitation room system.

Parameters
listenerThe listener instance.

◆ sendMeetingPairingCode()

boolean us.zoom.sdk.InviteRoomSystemHelper.sendMeetingPairingCode ( long meetingNumber,
String pairingCode )

Query if the meeting pairing code is sent in progress.

Parameters
meetingNumberThe meeting No. to be paired.
pairingCodeThe code for pairing.
Returns
TRUE means sending the code successfully. FALSE not.