Meeting audio callback event.
More...
#include <meeting_audio_interface.h>
Meeting audio callback event.
Definition at line 74 of file meeting_audio_interface.h.
◆ ~IMeetingAudioCtrlEvent()
virtual IMeetingAudioCtrlEvent::~IMeetingAudioCtrlEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onHostRequestStartAudio()
Callback event of the requirement to turn on the audio from the host.
- Parameters
-
◆ onJoin3rdPartyTelephonyAudio()
virtual void IMeetingAudioCtrlEvent::onJoin3rdPartyTelephonyAudio |
( |
const zchar_t * | audioInfo | ) |
|
|
pure virtual |
Callback event that requests to join third party telephony audio.
- Parameters
-
audioInfo | Instruction on how to join the meeting with third party audio. |
◆ onMuteOnEntryStatusChange()
virtual void IMeetingAudioCtrlEvent::onMuteOnEntryStatusChange |
( |
bool | bEnabled | ) |
|
|
pure virtual |
Callback event for the mute on entry status change.
- Parameters
-
bEnabled | Specify whether mute on entry is enabled or not. |
◆ onUserActiveAudioChange()
virtual void IMeetingAudioCtrlEvent::onUserActiveAudioChange |
( |
IList< unsigned int > * | plstActiveAudio | ) |
|
|
pure virtual |
The callback event that users whose audio is active changed.
- Parameters
-
plstActiveAudio | List to store the ID of user whose audio is active. |
◆ onUserAudioStatusChange()
virtual void IMeetingAudioCtrlEvent::onUserAudioStatusChange |
( |
IList< IUserAudioStatus * > * | lstAudioStatusChange, |
|
|
const zchar_t * | strAudioStatusList = nullptr ) |
|
pure virtual |
User's audio status changed callback.
- Parameters
-
lstAudioStatusChange | List of the user information with audio status changed. The list will be emptied once the function calls end. |
strAudioStatusList | List of the user information whose audio status changes, saved in json format. This parameter is currently invalid, hereby only for reservations.
|