Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKInvitationMeetingHandler Class 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.
 

Detailed Description

Definition at line 60 of file ZoomSDKPresenceHelper.h.

Method Documentation

◆ accept

- (ZoomSDKError) accept

Accept the meeting invitation.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ decline

- (ZoomSDKError) decline

Decline the meeting invitation.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ setScreenName:

- (ZoomSDKError) setScreenName: (NSString *) screenName

Set the display name in meeting.

Parameters
screenNameThe display name in meeting.

◆ timeout

- (ZoomSDKError) timeout

Mark the meeting invitation as timeout.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

Property Documentation

◆ channelMemberCount

- (unsigned int) channelMemberCount
readnonatomicassign

Get the channel member count.

Definition at line 85 of file ZoomSDKPresenceHelper.h.

◆ channelName

- (NSString*) channelName
readnonatomiccopy

Get the channel name.

Definition at line 80 of file ZoomSDKPresenceHelper.h.

◆ isChannelInvitation

- (BOOL) isChannelInvitation
readnonatomicassign

Determine whether this invitation is from the channel.

Definition at line 75 of file ZoomSDKPresenceHelper.h.

◆ meetingNumber

- (long long) meetingNumber
readnonatomicassign

Get the invite meeting number.

Definition at line 70 of file ZoomSDKPresenceHelper.h.

◆ senderName

- (NSString*) senderName
readnonatomiccopy

Get the inviter’s name.

Definition at line 65 of file ZoomSDKPresenceHelper.h.