Enumeration of user's presence status. For more information, please visit https://support....
Process after the user receives an invitation from another user to join a meeting.
Presence helper callback event.
void onMeetingInvitationDeclined(String contactId)
Callback to decline a meeting invitation.
void onMeetingAcceptedByOtherDevice(long meetingNumber)
Callback to accept a meeting invitation on another device.
void onRequestStarContact(List< String > pContactList)
Star contact list change callback.
void onMeetingInvitationCanceled(long meetingNumber)
The meeting invitation canceled by inviter callback.
void onContactPresenceChanged(String contactId, SDKPresenceStatus status)
Contact presence changed callback.
void onStarContactListChanged(List< String > pContactList, boolean bAdd)
Star contact list changed callback.
void onReceiveInvitationToMeeting(IInvitationMeetingHandler handler)
Receive meeting invitation callback.
void onRequestContactDetailInfo(List< IContactInfo > pContactList)
Request contact detail information list callback.
void onMeetingDeclinedByOtherDevice(long meetingNumber)
Callback to decline a meeting invitation on another device.