Invitation room system helper.  
 More...
Invitation room system helper. 
- Author
- Jacky DU 
Definition at line 10 of file InviteRoomSystemHelper.java.
◆ addEventListener()
Register a listener for invitation room system. 
- Parameters
- 
  
    | listener | The listener instance. |  
 
 
 
◆ callOutRoomSystem()
      
        
          | boolean us.zoom.sdk.InviteRoomSystemHelper.callOutRoomSystem | ( | RoomSystemDevice | device | ) |  | 
      
 
Outgoing call from room system. 
- Parameters
- 
  
    | address | The IP address / e.164 No. of call-out room. |  | deviceType | Room device: H.323 or SIP. |  
 
- Returns
- The result of calling the function. TRUE means calling successfully. FALSE not. Outgoing call from room system. 
- Parameters
- 
  
    | device | The 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()
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()
Unregister the listener for invitation room system. 
- Parameters
- 
  
    | listener | The listener instance. |  
 
 
 
◆ sendMeetingPairingCode()
      
        
          | boolean us.zoom.sdk.InviteRoomSystemHelper.sendMeetingPairingCode | ( | long | meetingNumber, | 
        
          |  |  | String | pairingCode ) | 
      
 
Query if the meeting pairing code is sent in progress. 
- Parameters
- 
  
    | meetingNumber | The meeting No. to be paired. |  | pairingCode | The code for pairing. |  
 
- Returns
- TRUE means sending the code successfully. FALSE not.