ZOOM meeting service.  
 More...
ZOOM meeting service. 
- Author
- Rui YANG 
Definition at line 11 of file MeetingService.java.
◆ addListener()
Register a listener for meeting service. 
- Parameters
- 
  
    | listener | The listener instance. |  
 
 
 
◆ configDSCP()
      
        
          | void us.zoom.sdk.MeetingService.configDSCP | ( | int | audio, | 
        
          |  |  | int | video, | 
        
          |  |  | boolean | reset ) | 
      
 
Configure DSCP(Differentiated Services Code Point) values. 
- Parameters
- 
  
    | audio | Configure DSCP value for audio. |  | video | Configure DSCP value for video. |  | reset | Reset DSCP values. |  
 
 
 
◆ getCurrentMeetingUrl()
      
        
          | String us.zoom.sdk.MeetingService.getCurrentMeetingUrl | ( |  | ) |  | 
      
 
Get the URL of the current meeting. 
- Returns
- Current meeting URL. 
 
 
◆ getCurrentRtcMeetingID()
      
        
          | String us.zoom.sdk.MeetingService.getCurrentRtcMeetingID | ( |  | ) |  | 
      
 
Get the unique ID of current meeting, in format like DVLObefSZizM0xQLhtrCQ== 
- Returns
- Current meeting ID. 
 
 
◆ getCurrentRtcMeetingNumber()
      
        
          | long us.zoom.sdk.MeetingService.getCurrentRtcMeetingNumber | ( |  | ) |  | 
      
 
Get current meeting number, in format like 123456789. 
- Returns
- Current meeting number. 
 
 
◆ getInviteRoomSystemHelper()
◆ getMeetingStatus()
◆ getPhoneHelper()
      
        
          | PhoneHelper us.zoom.sdk.MeetingService.getPhoneHelper | ( |  | ) |  | 
      
 
 
◆ handZoomWebUrl()
      
        
          | boolean us.zoom.sdk.MeetingService.handZoomWebUrl | ( | String | meetingUrl | ) |  | 
      
 
Start or join a ZOOM meeting with zoom web url 
- Parameters
- 
  
    | meetingUrl | zoom web meeting url |  
 
- Returns
- TRUE Success. 
 
 
◆ isCurrentMeetingHost()
      
        
          | boolean us.zoom.sdk.MeetingService.isCurrentMeetingHost | ( |  | ) |  | 
      
 
Query if the current user is meeting host. 
- Returns
- TRUE means that the current user is the meeting host. FALSE not. 
 
 
◆ isCurrentMeetingLocked()
      
        
          | boolean us.zoom.sdk.MeetingService.isCurrentMeetingLocked | ( |  | ) |  | 
      
 
Query if the current meeting is locked. Once the meeting is locked, other users out of the meeting can no longer join it. 
- Returns
- TRUE means that the current meeting is locked. FALSE not. 
 
 
◆ isInviteRoomSystemSupported()
      
        
          | boolean us.zoom.sdk.MeetingService.isInviteRoomSystemSupported | ( |  | ) |  | 
      
 
Query if it is able to invite room system in the current meeting. 
- Returns
- TRUE means able. FALSE not. 
 
 
◆ joinMeetingWithParams()
Start a ZOOM meeting with specified arguments. 
- Parameters
- 
  
    | context | Android context. |  | param | Parameters to join meeting. |  | opts | Other options. It should be an instance of JoinMeetingOptions. Default options will be enabled if it is null. |  
 
- Returns
- Contents defined in MeetingError
 
 
◆ leaveCurrentMeeting()
      
        
          | void us.zoom.sdk.MeetingService.leaveCurrentMeeting | ( | boolean | endIfPossible | ) |  | 
      
 
Leave the current meeting. 
- Parameters
- 
  
    | endIfPossible | If it is TRUE and the current user is the meeting host, the meeting ends directly. |  
 
 
 
◆ notifyVideoConfInstanceDestroyed()
      
        
          | void us.zoom.sdk.MeetingService.notifyVideoConfInstanceDestroyed | ( |  | ) |  | 
      
 
 
◆ pauseCurrentMeeting()
      
        
          | void us.zoom.sdk.MeetingService.pauseCurrentMeeting | ( |  | ) |  | 
      
 
Pause the current meeting and mute microphone and speaker. 
 
 
◆ removeListener()
Unregister the listener. 
- Parameters
- 
  
    | listener | The listener instance. |  
 
 
 
◆ removeMeetingNotification()
      
        
          | void us.zoom.sdk.MeetingService.removeMeetingNotification | ( | Context | context | ) |  | 
      
 
Remove the notification of meeting. Use for zoom integration UI Only. 
 
 
◆ resumeCurrentMeeting()
      
        
          | void us.zoom.sdk.MeetingService.resumeCurrentMeeting | ( |  | ) |  | 
      
 
Resume the current meeting. Call this function once you have called pauseCurrentMeeting. 
 
 
◆ returnToMeeting()
      
        
          | void us.zoom.sdk.MeetingService.returnToMeeting | ( | Context | context | ) |  | 
      
 
Place the meeting window to foreground. Do not use it in custom meeting UI solution. 
- Parameters
- 
  
  
 
 
◆ startInstantMeeting()
      
        
          | int us.zoom.sdk.MeetingService.startInstantMeeting | ( | Context | context, | 
        
          |  |  | MeetingOptions | opts ) | 
      
 
Start a ZOOM meeting with specified arguments for logged-in user. 
- Parameters
- 
  
  
- Returns
- Contents defined in MeetingError.
 
 
◆ startMeetingWithParams()
Start a ZOOM meeting with specified parameters. 
- Parameters
- 
  
  
- Returns
- Contents defined in MeetingError.
 
 
◆ tryRetrieveMicrophone()
      
        
          | boolean us.zoom.sdk.MeetingService.tryRetrieveMicrophone | ( |  | ) |  | 
      
 
Try to retrieve microphone in the meeting 
- Returns
- TRUE means that API calls the function successfully. FALSE not. 
 
 
◆ USER_TYPE_API_USER
  
  | 
        
          | final int us.zoom.sdk.MeetingService.USER_TYPE_API_USER = 0 |  | static | 
 
 
◆ USER_TYPE_FACEBOOK
  
  | 
        
          | final int us.zoom.sdk.MeetingService.USER_TYPE_FACEBOOK = 2 |  | static | 
 
 
◆ USER_TYPE_GOOGLE_OAUTH
  
  | 
        
          | final int us.zoom.sdk.MeetingService.USER_TYPE_GOOGLE_OAUTH = 3 |  | static | 
 
 
◆ USER_TYPE_SSO
  
  | 
        
          | final int us.zoom.sdk.MeetingService.USER_TYPE_SSO = 4 |  | static | 
 
 
◆ USER_TYPE_UNKNOWN
  
  | 
        
          | final int us.zoom.sdk.MeetingService.USER_TYPE_UNKNOWN = -1 |  | static | 
 
 
◆ USER_TYPE_ZOOM
  
  | 
        
          | final int us.zoom.sdk.MeetingService.USER_TYPE_ZOOM = 1 |  | static |