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