Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
FarEndAudioControllingUserDeviceInfo Struct Reference

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< FarEndAudioDeviceInfomicrophones
 The all microphones of the controlled user, include the microphone that is currently in use.
 
std::vector< FarEndAudioDeviceInfospeakers
 The all speakers of the controlled user, include the speaker that is currently in use.
 

Detailed Description

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.

Field Documentation

◆ microphones

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.

◆ muteState

bool FarEndAudioControllingUserDeviceInfo::muteState = false

TRUE indicate microphone is muted. Otherwise not.

Definition at line 50 of file IMeetingAudioHelper.h.

◆ selectedMicrophone

FarEndAudioDeviceInfo FarEndAudioControllingUserDeviceInfo::selectedMicrophone

The microphone that is currently in use.

Definition at line 51 of file IMeetingAudioHelper.h.

◆ selectedSpeaker

FarEndAudioDeviceInfo FarEndAudioControllingUserDeviceInfo::selectedSpeaker

The speaker that is currently in use.

Definition at line 52 of file IMeetingAudioHelper.h.

◆ speakers

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.

◆ userID

int32_t FarEndAudioControllingUserDeviceInfo::userID = 0

User ID of the controlled user.

Definition at line 49 of file IMeetingAudioHelper.h.