Meeting SDK for macOS API 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. | |
Definition at line 5 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. For more details, see PhoneStatus. |
reason | The reason for the failure if the status value is PhoneStatus_Failed. For more details, see PhoneFailedReason. |
- (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. For more details, see PhoneStatus. |
reason | The reason for the failure if the status value is PhoneStatus_Failed. For more details, see PhoneFailedReason. |