ZOOM Windows SDK
5.2.42037.1112
|
Process after the user receives the requirement from the host to turn on the audio. More...
#include <meeting_audio_interface.h>
Public Member Functions | |
virtual unsigned int | GetReqFromUserId ()=0 |
Get the user ID who asks to turn on the audio. More... | |
virtual SDKError | Ignore ()=0 |
Instance to ignore the requirement, return nothing and finally self-destroy. | |
virtual SDKError | Accept ()=0 |
Instance to accept the requirement, turn on the audio and finally self-destroy. | |
virtual SDKError | Cancel ()=0 |
Ignore the request to enable the video in the meeting and finally the instance self-destroys. | |
Process after the user receives the requirement from the host to turn on the audio.
|
pure virtual |
Get the user ID who asks to turn on the audio.