Presence helper callback event.  
 More...
Presence helper callback event. 
Definition at line 8 of file IPresenceHelperEvent.java.
◆ onContactPresenceChanged()
      
        
          | void us.zoom.sdk.IPresenceHelperEvent.onContactPresenceChanged | ( | String | contactId, | 
        
          |  |  | SDKPresenceStatus | status ) | 
      
 
Contact presence changed callback. 
- Parameters
- 
  
    | contactId | The id of contact. |  | status | contact presence status. |  
 
 
 
◆ onMeetingAcceptedByOtherDevice()
      
        
          | void us.zoom.sdk.IPresenceHelperEvent.onMeetingAcceptedByOtherDevice | ( | long | meetingNumber | ) |  | 
      
 
Callback to accept a meeting invitation on another device. 
- Parameters
- 
  
    | meetingNumber | Accept meeting number. |  
 
 
 
◆ onMeetingDeclinedByOtherDevice()
      
        
          | void us.zoom.sdk.IPresenceHelperEvent.onMeetingDeclinedByOtherDevice | ( | long | meetingNumber | ) |  | 
      
 
Callback to decline a meeting invitation on another device. 
- Parameters
- 
  
    | meetingNumber | accept meeting number. |  
 
 
 
◆ onMeetingInvitationCanceled()
      
        
          | void us.zoom.sdk.IPresenceHelperEvent.onMeetingInvitationCanceled | ( | long | meetingNumber | ) |  | 
      
 
The meeting invitation canceled by inviter callback. 
- Parameters
- 
  
    | meetingNumber | The canceled meeting number. |  
 
 
 
◆ onMeetingInvitationDeclined()
      
        
          | void us.zoom.sdk.IPresenceHelperEvent.onMeetingInvitationDeclined | ( | String | contactId | ) |  | 
      
 
Callback to decline a meeting invitation. 
- Parameters
- 
  
    | contactId | The ID of contact who decline the invitation. |  
 
 
 
◆ onReceiveInvitationToMeeting()
Receive meeting invitation callback. 
- Parameters
- 
  
  
 
 
◆ onRequestContactDetailInfo()
      
        
          | void us.zoom.sdk.IPresenceHelperEvent.onRequestContactDetailInfo | ( | List< IContactInfo > | pContactList | ) |  | 
      
 
Request contact detail information list callback. 
- Parameters
- 
  
    | pContactList | Contact detail information list. |  
 
 
 
◆ onRequestStarContact()
      
        
          | void us.zoom.sdk.IPresenceHelperEvent.onRequestStarContact | ( | List< String > | pContactList | ) |  | 
      
 
Star contact list change callback. 
- Parameters
- 
  
    | pContactList | Star contact result value. |  
 
 
 
◆ onStarContactListChanged()
      
        
          | void us.zoom.sdk.IPresenceHelperEvent.onStarContactListChanged | ( | List< String > | pContactList, | 
        
          |  |  | boolean | bAdd ) | 
      
 
Star contact list changed callback. 
- Parameters
- 
  
    | pContactList | he id list of change contacts. |  | bAdd | Specifies whether the contact list is added. |