ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IMeetingPhoneHelperEvent Class Referenceabstract

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...
 

Detailed Description

Meeting phone helper callback event.

Member Function Documentation

◆ onCallMeStatus()

virtual void IMeetingPhoneHelperEvent::onCallMeStatus ( PhoneStatus  status,
PhoneFailedReason  reason 
)
pure virtual

Invite others to join the meeting by CALL ME and give the response to the application according to the status.

Parameters
statusThe status of telephone. For more details, see PhoneStatus enum.
reasonThe reason for the failure if the status value is PhoneStatus_Failed. For more details, see PhoneFailedReason enum.

◆ onInviteCallOutUserStatus()

virtual void IMeetingPhoneHelperEvent::onInviteCallOutUserStatus ( PhoneStatus  status,
PhoneFailedReason  reason 
)
pure virtual

Invite others by telephone call-out and send the response to the application according to the status of others.

Parameters
statusThe status of telephone. For more details, see PhoneStatus enum.
reasonThe reason for the failure if the status value is PhoneStatus_Failed. For more details, see PhoneFailedReason enum.

The documentation for this class was generated from the following file: