Meeting audio callback event.
More...
#include <meeting_audio_interface.h>
Meeting audio callback event.
◆ onHostRequestStartAudio()
Callback event of the requirement to turn on the audio from the host.
- Parameters
-
◆ 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 wchar_t * |
strAudioStatusList = NULL |
|
) |
| |
|
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. |
The documentation for this class was generated from the following file: