Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKPhoneHelperDelegate> Protocol Reference

#include <ZoomSDKPhoneHelper.h>

Inherits <NSObject>.

Instance Methods

(void) - onInviteCalloutUserStatus:FailedReason:
 Invite others by telephone call-out and send the response to the application according to the others’ status.
 
(void) - onCallMeStatus:FailedReason:
 Invite others to join the meeting by CALL ME and give the response to the application according to the status.
 

Detailed Description

Definition at line 5 of file ZoomSDKPhoneHelper.h.

Method Documentation

◆ onCallMeStatus:FailedReason:

- (void) onCallMeStatus: (PhoneStatus) status
FailedReason: (PhoneFailedReason) reason 

Invite others to join the meeting by CALL ME and give the response to the application according to the status.

Parameters
statusThe telephone’s status. For more details, see PhoneStatus.
reasonThe reason for the failure if the status value is PhoneStatus_Failed. For more details, see PhoneFailedReason.

◆ onInviteCalloutUserStatus:FailedReason:

- (void) onInviteCalloutUserStatus: (PhoneStatus) status
FailedReason: (PhoneFailedReason) reason 

Invite others by telephone call-out and send the response to the application according to the others’ status.

Parameters
statusThe telephone’s status. For more details, see PhoneStatus.
reasonThe reason for the failure if the status value is PhoneStatus_Failed. For more details, see PhoneFailedReason.