Meeting SDK for macOS API Reference
|
#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. | |
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. | |
Definition at line 60 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 85 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the channel name.
Definition at line 80 of file ZoomSDKPresenceHelper.h.
|
readnonatomicassign |
Determine whether this invitation is from the channel.
Definition at line 75 of file ZoomSDKPresenceHelper.h.
|
readnonatomicassign |
Get the invite meeting number.
Definition at line 70 of file ZoomSDKPresenceHelper.h.
|
readnonatomiccopy |
Get the inviter’s name.
Definition at line 65 of file ZoomSDKPresenceHelper.h.