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

Meeting audio callback event. More...

#include <meeting_audio_interface.h>

Public Member Functions

virtual void onUserAudioStatusChange (IList< IUserAudioStatus * > *lstAudioStatusChange, const wchar_t *strAudioStatusList=NULL)=0
 User's audio status changed callback. More...
 
virtual void onUserActiveAudioChange (IList< unsigned int > *plstActiveAudio)=0
 The callback event that users whose audio is active changed. More...
 
virtual void onHostRequestStartAudio (IRequestStartAudioHandler *handler_)=0
 Callback event of the requirement to turn on the audio from the host. More...
 

Detailed Description

Meeting audio callback event.

Member Function Documentation

◆ onHostRequestStartAudio()

virtual void IMeetingAudioCtrlEvent::onHostRequestStartAudio ( IRequestStartAudioHandler handler_)
pure virtual

Callback event of the requirement to turn on the audio from the host.

Parameters
handler_A pointer to the IRequestStartAudioHandler. For more details, see IRequestStartAudioHandler.

◆ onUserActiveAudioChange()

virtual void IMeetingAudioCtrlEvent::onUserActiveAudioChange ( IList< unsigned int > *  plstActiveAudio)
pure virtual

The callback event that users whose audio is active changed.

Parameters
plstActiveAudioList 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
lstAudioStatusChangeList of the user information with audio status changed. The list will be emptied once the function calls end.
strAudioStatusListList 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: