Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InviteRoomSystemHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
10public interface InviteRoomSystemHelper {
11
41
77
78
84
90
95 public String[] getH323Address();
96
101 public String getH323Password();
102
107 public List<RoomSystemDevice> getRoomDevices();
108
115 public boolean sendMeetingPairingCode(long meetingNumber, String pairingCode);
116
123 //public boolean callOutRoomSystem(String address, int deviceType);
124
130 public boolean callOutRoomSystem(RoomSystemDevice device);
131
136 public boolean cancelCallOutRoomSystem();
137}
Meeting room device class.
void removeEventListener(InviteRoomSystemListener listener)
List< RoomSystemDevice > getRoomDevices()
void addEventListener(InviteRoomSystemListener listener)
boolean callOutRoomSystem(RoomSystemDevice device)
boolean sendMeetingPairingCode(long meetingNumber, String pairingCode)