Meeting phone helper callback event.
More...
#include <meeting_phone_helper_interface.h>
Meeting phone helper callback event.
Definition at line 100 of file meeting_phone_helper_interface.h.
◆ ~IMeetingPhoneHelperEvent()
virtual IMeetingPhoneHelperEvent::~IMeetingPhoneHelperEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onCallMeStatus()
Invite others to join the meeting by CALL ME and give the response to the application according to the status.
- Parameters
-
status | The telephone's status. 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. |
◆ onInviteCallOutUserStatus()
Invite others by telephone call-out and send the response to the application according to the others' status.
- Parameters
-
status | The telephone's status. 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. |