Meeting SDK for macOS API 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. | |
Delegate protocol to receive phone call-out and call-me status updates.
Definition at line 13 of file ZoomSDKPhoneHelper.h.
- (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.
status | The telephone’s status. |
reason | The reason for the failure if the status value is PhoneStatus_Failed. |
- (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.
status | The telephone’s status. |
reason | The reason for the failure if the status value is PhoneStatus_Failed. |