|
Meeting SDK for macOS API Reference
|
Interface for handling received meeting invitations. More...
#include <ZoomSDKPresenceHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - setScreenName: |
| Set the display name in meeting. | |
| (ZoomSDKError) | - accept |
| Accept the meeting invitation. | |
| (ZoomSDKError) | - decline |
| Decline the meeting invitation. | |
| (ZoomSDKError) | - timeout |
| Mark the meeting invitation as timeout. | |
Properties | |
| NSString * | senderName |
| Get the inviter’s name. | |
| NSString * | senderId |
| Get the inviter's ID. | |
| long long | meetingNumber |
| Get the invite meeting number. | |
| BOOL | isChannelInvitation |
| Determine whether this invitation is from the channel. | |
| NSString * | channelName |
| Get the channel name. | |
| unsigned int | channelMemberCount |
| Get the channel member count. | |
Interface for handling received meeting invitations.
Definition at line 72 of file ZoomSDKPresenceHelper.h.
| - (ZoomSDKError) accept |
Accept the meeting invitation.
| - (ZoomSDKError) decline |
Decline the meeting invitation.
| - (ZoomSDKError) setScreenName: | (NSString *) | screenName |
Set the display name in meeting.
| screenName | The display name in meeting. |
| - (ZoomSDKError) timeout |
Mark the meeting invitation as timeout.
|
readnonatomicassign |
Get the channel member count.
Definition at line 102 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the channel name.
Definition at line 97 of file ZoomSDKPresenceHelper.h.
|
readnonatomicassign |
Determine whether this invitation is from the channel.
Definition at line 92 of file ZoomSDKPresenceHelper.h.
|
readnonatomicassign |
Get the invite meeting number.
Definition at line 87 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the inviter's ID.
Definition at line 82 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the inviter’s name.
Definition at line 77 of file ZoomSDKPresenceHelper.h.