Process after the user receives the requirement from the host to turn on the audio.
More...
#include <meeting_audio_interface.h>
Process after the user receives the requirement from the host to turn on the audio.
Definition at line 38 of file meeting_audio_interface.h.
◆ ~IRequestStartAudioHandler()
virtual IRequestStartAudioHandler::~IRequestStartAudioHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Accept()
virtual SDKError IRequestStartAudioHandler::Accept |
( |
| ) |
|
|
pure virtual |
Instance to accept the requirement, turn on the audio and finally self-destroy.
◆ Cancel()
virtual SDKError IRequestStartAudioHandler::Cancel |
( |
| ) |
|
|
pure virtual |
Ignore the request to enable the video in the meeting and finally the instance self-destroys.
◆ GetReqFromUserId()
virtual unsigned int IRequestStartAudioHandler::GetReqFromUserId |
( |
| ) |
|
|
pure virtual |
Get the user ID who asks to turn on the audio.
- Returns
- If the function succeeds, the return value is the user ID. FALSE 0.
◆ Ignore()
virtual SDKError IRequestStartAudioHandler::Ignore |
( |
| ) |
|
|
pure virtual |
Instance to ignore the requirement, return nothing and finally self-destroy.