Zoom Rooms Controller SDK Reference 6.5.0
|
Far end audio controlling user device info. This device info includes all control info of the controlled user. More...
#include <IMeetingAudioHelper.h>
Data Fields | |
int32_t | userID = 0 |
User ID of the controlled user. | |
bool | muteState = false |
TRUE indicate microphone is muted. Otherwise not. | |
FarEndAudioDeviceInfo | selectedMicrophone |
The microphone that is currently in use. | |
FarEndAudioDeviceInfo | selectedSpeaker |
The speaker that is currently in use. | |
std::vector< FarEndAudioDeviceInfo > | microphones |
The all microphones of the controlled user, include the microphone that is currently in use. | |
std::vector< FarEndAudioDeviceInfo > | speakers |
The all speakers of the controlled user, include the speaker that is currently in use. | |
Far end audio controlling user device info. This device info includes all control info of the controlled user.
Definition at line 47 of file IMeetingAudioHelper.h.
std::vector<FarEndAudioDeviceInfo> FarEndAudioControllingUserDeviceInfo::microphones |
The all microphones of the controlled user, include the microphone that is currently in use.
Definition at line 53 of file IMeetingAudioHelper.h.
bool FarEndAudioControllingUserDeviceInfo::muteState = false |
TRUE indicate microphone is muted. Otherwise not.
Definition at line 50 of file IMeetingAudioHelper.h.
FarEndAudioDeviceInfo FarEndAudioControllingUserDeviceInfo::selectedMicrophone |
The microphone that is currently in use.
Definition at line 51 of file IMeetingAudioHelper.h.
FarEndAudioDeviceInfo FarEndAudioControllingUserDeviceInfo::selectedSpeaker |
The speaker that is currently in use.
Definition at line 52 of file IMeetingAudioHelper.h.
std::vector<FarEndAudioDeviceInfo> FarEndAudioControllingUserDeviceInfo::speakers |
The all speakers of the controlled user, include the speaker that is currently in use.
Definition at line 54 of file IMeetingAudioHelper.h.
int32_t FarEndAudioControllingUserDeviceInfo::userID = 0 |
User ID of the controlled user.
Definition at line 49 of file IMeetingAudioHelper.h.