#include <ZoomSDKPresenceHelper.h>
Inherits <NSObjectNSObject>.
Definition at line 111 of file ZoomSDKPresenceHelper.h.
◆ onContactPresenceChanged:presenceStatus:
Contact presence changed callback.
- Parameters
-
◆ onMeetingAcceptedByOtherDevice:
- (void) onMeetingAcceptedByOtherDevice: |
|
(long long) | meetingNumber |
|
Callback to accept the meeting invitation on another device.
- Parameters
-
meetingNumber | Accept meeting number. |
◆ onMeetingDeclinedByOtherDevice:
- (void) onMeetingDeclinedByOtherDevice: |
|
(long long) | meetingNumber |
|
Callback to decline the meeting invitation on another device.
- Parameters
-
meetingNumber | meeting number that declined by other device. |
◆ onMeetingInvitationCanceled:
- (void) onMeetingInvitationCanceled: |
|
(long long) | meetingNumber |
|
The meeting invitation is canceled by inviter callback.
- Parameters
-
meetingNumber | Cancel meeting number. |
◆ onMeetingInvitationDeclined:
- (void) onMeetingInvitationDeclined: |
|
(NSString *) | contactID |
|
Callback to decline the meeting invitation.
- Parameters
-
contactID | The IDs of contacts who decline the invitation. |
◆ onReceiveInvitationToMeeting:
Callback to receive a meeting invitation.
- Parameters
-
◆ onRequestContactDetailInfo:
Callback to request the contact detail information list.
- Parameters
-
◆ onRequestStarContact:
- (void) onRequestStarContact: |
|
(NSArray< NSString * > *) | contactIDList |
|
Callback to request star contact ID list.
- Parameters
-
contactIDList | Star contact result value. |
◆ onStarContactListChanged:isAdd:
- (void) onStarContactListChanged: |
|
(NSArray< NSString * > *) | contactIDList |
isAdd: |
|
(BOOL) | add |
Starred contact list changed callback.
- Parameters
-
contactIDList | The ID list of change contacts. |
add | Specifies whether the contact list is added. |