macOS SDK API 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. | |
Definition at line 5 of file ZoomSDKPhoneHelper.h.
- (void) onCallMeStatus: | (PhoneStatus) | status | |
FailedReason: | (PhoneFailedReason) | reason | |
Notify the callout status changes by dialing out to Call Me.
status | The enum of PhoneStatus. |
reason | The reason for the failure to invite user by phone. |
- (void) onInviteCalloutUserStatus: | (PhoneStatus) | status | |
FailedReason: | (PhoneFailedReason) | reason | |
Notify the callout status changes by inviting the specified user to join the meeting.
status | The enum of PhoneStatus. |
reason | The reason for the failure to invite user by phone. |