User audio status interface.
More...
#include <meeting_audio_interface.h>
User audio status interface.
Definition at line 81 of file meeting_audio_interface.h.
◆ ~IUserAudioStatus()
| virtual IUserAudioStatus::~IUserAudioStatus |
( |
| ) |
|
|
inlinevirtual |
◆ GetAudioType()
| virtual AudioType IUserAudioStatus::GetAudioType |
( |
| ) |
|
|
pure virtual |
Gets the audio type of the user.
- Returns
- If the function succeeds, it returns the value defined in AudioType enum. Otherwise, this function returns an error.
◆ GetStatus()
Gets the audio status of the user.
- Returns
- If the function succeeds, it returns the value defined in AudioStatus enum. Otherwise, this function returns an error.
◆ GetUserId()
| virtual unsigned int IUserAudioStatus::GetUserId |
( |
| ) |
|
|
pure virtual |
Gets the user ID.
- Returns
- If the function succeeds, it returns the user ID. Otherwise, this function returns ZERO(0).