ZOOM Windows SDK
5.2.42037.1112
|
Meeting phone helper callback event. More...
#include <meeting_phone_helper_interface.h>
Public Member Functions | |
virtual void | onInviteCallOutUserStatus (PhoneStatus status, PhoneFailedReason reason)=0 |
Invite others by telephone call-out and send the response to the application according to the status of others. More... | |
virtual void | onCallMeStatus (PhoneStatus status, PhoneFailedReason reason)=0 |
Invite others to join the meeting by CALL ME and give the response to the application according to the status. More... | |
Meeting phone helper callback event.
|
pure virtual |
Invite others to join the meeting by CALL ME and give the response to the application according to the status.
status | The status of telephone. For more details, see PhoneStatus enum. |
reason | The reason for the failure if the status value is PhoneStatus_Failed. For more details, see PhoneFailedReason enum. |
|
pure virtual |
Invite others by telephone call-out and send the response to the application according to the status of others.
status | The status of telephone. For more details, see PhoneStatus enum. |
reason | The reason for the failure if the status value is PhoneStatus_Failed. For more details, see PhoneFailedReason enum. |