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

#import <ZoomSDKPhoneHelper.h>

Inherits <NSObject>.

Instance Methods

(void) - onInviteCalloutUserStatus:FailedReason:
 Notify the callout status changes by inviting the specified user to join the meeting.
 
(void) - onCallMeStatus:FailedReason:
 Notify the callout status changes by dialing out to Call Me.
 

Detailed Description

Definition at line 5 of file ZoomSDKPhoneHelper.h.

Method Documentation

◆ onCallMeStatus:FailedReason:

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

Notify the callout status changes by dialing out to Call Me.

Parameters
statusThe enum of PhoneStatus.
reasonThe reason for the failure to invite user by phone.

◆ onInviteCalloutUserStatus:FailedReason:

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

Notify the callout status changes by inviting the specified user to join the meeting.

Parameters
statusThe enum of PhoneStatus.
reasonThe reason for the failure to invite user by phone.