A protocol for presence helper callback events.
More...
#include <MobileRTCPresenceHelper.h>
Inherits <NSObjectNSObject>.
A protocol for presence helper callback events.
Definition at line 133 of file MobileRTCPresenceHelper.h.
◆ onMeetingAcceptedByOtherDevice:
| - (void) onMeetingAcceptedByOtherDevice: |
|
(long long) | meetingNumber |
|
Callback event when the meeting invitation is accepted on another device.
- Parameters
-
| meetingNumber | The accepted meeting number. |
◆ onMeetingDeclinedByOtherDevice:
| - (void) onMeetingDeclinedByOtherDevice: |
|
(long long) | meetingNumber |
|
Callback event when the meeting invitation is declined.
- Parameters
-
| meetingNumber | The meeting number that was declined by other device. |
◆ onMeetingInvitationCanceled:
| - (void) onMeetingInvitationCanceled: |
|
(long long) | meetingNumber |
|
Callback event when the meeting invitation is canceled by inviter.
- Parameters
-
| meetingNumber | The canceled meeting number. |
◆ onMeetingInvitationDeclined:
| - (void) onMeetingInvitationDeclined: |
|
(NSString *_Nullable) | contactID |
|
Callback event when the meeting invitation is declined on another device.
- Parameters
-
| contactID | The contact ID that declined the meeting invitation. |
◆ onReceiveInvitationToMeeting:
Callback event when receiving a meeting invitation.
- Parameters
-
◆ onRequestContactDetailInfo:
Callback event when requesting the contact detail information list.
- Parameters
-
| contactList | The contact detail information list. |
◆ onRequestStarContact:
| - (void) onRequestStarContact: |
|
(NSArray< NSString * > *_Nullable) | contactIDList |
|
Callback event when requesting star contact ID list.
- Parameters
-
| contactIDList | The star contact result value. |
◆ onStarContactListChanged:isAdd:
| - (void) onStarContactListChanged: |
|
(NSArray< NSString * > *_Nullable) | contactIDList |
| isAdd: |
|
(BOOL) | add |
Callback event when starred contact list changes.
- Parameters
-
| contactIDList | The ID list of changed contacts. |
| add | YES if the contact list is added, NO otherwise. |
◆ onUserPresenceChanged:presenceStatus:
Callback event when contact presence changes.
- Parameters
-
| contactID | The contact's ID. |
| status | The contact presence status. |