Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IMeetingPhoneHelperEvent Class Referenceabstract

Meeting phone helper callback event. More...

#include <meeting_phone_helper_interface.h>

Public Member Functions

virtual ~IMeetingPhoneHelperEvent ()
 
virtual void onInviteCallOutUserStatus (PhoneStatus status, PhoneFailedReason reason)=0
 Invite others by telephone call-out and send the response to the application according to the others' status.
 
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.
 

Detailed Description

Meeting phone helper callback event.

Definition at line 100 of file meeting_phone_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingPhoneHelperEvent()

virtual IMeetingPhoneHelperEvent::~IMeetingPhoneHelperEvent ( )
inlinevirtual

Definition at line 103 of file meeting_phone_helper_interface.h.

103{}

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 telephone's status. 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 others' status.

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