Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IPresenceHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
8public interface IPresenceHelper {
9
17
19
20 MobileRTCSDKError requestUserDetailInfo(List<String> contactsIds);
21
22 MobileRTCSDKError subscribeUserPresence(List<String> contactsIds);
23
24 MobileRTCSDKError unSubscribeUserPresence(List<String> contactsIds);
25
27
28 MobileRTCSDKError unStarContact(String contactsId);
29
30 MobileRTCSDKError inviteContact(String contactsId);
31
32 MobileRTCSDKError inviteContactList(List<String> contactList);
33
34}
Enumeration of common errors of SDK.
Presence helper callback event.
Presence Helper interface.
MobileRTCSDKError requestUserDetailInfo(List< String > contactsIds)
MobileRTCSDKError requestStarContact()
MobileRTCSDKError inviteContact(String contactsId)
MobileRTCSDKError unSubscribeUserPresence(List< String > contactsIds)
MobileRTCSDKError subscribeUserPresence(List< String > contactsIds)
MobileRTCSDKError inviteContactList(List< String > contactList)
MobileRTCSDKError addStarContact(String contactsId)
MobileRTCSDKError setEvent(IPresenceHelperEvent event)
Set the presence helper callback event handler.
MobileRTCSDKError unStarContact(String contactsId)