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

Delegate protocol to receive phone call-out and call-me status updates. More...

#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

Delegate protocol to receive phone call-out and call-me status updates.

Definition at line 13 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.
reasonThe reason for the failure if the status value is PhoneStatus_Failed.

◆ 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.
reasonThe reason for the failure if the status value is PhoneStatus_Failed.