Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
IMeetingAudioHelper.h File Reference

Meeting Audio interfaces. More...

#include "ZRCSDKTypes.h"

Go to the source code of this file.

Data Structures

struct  AudioTroubleShootingStatus
 Audio troubleshooting status. More...
 
struct  FarEndAudioDeviceInfo
 Far end audio device info. More...
 
struct  FarEndAudioControllingUserDeviceInfo
 Far end audio controlling user device info. This device info includes all control info of the controlled user. More...
 
class  IMeetingAudioHelperSink
 Meeting Audio helper event callback. More...
 
class  IMeetingAudioHelper
 Meeting Audio helper interface. More...
 

Enumerations

enum  AskUnmuteAudioByHostType { AskUnmuteAudioByHostTypeUnmuteAudio = 0 , AskUnmuteAudioByHostTypeSpotlight , AskUnmuteAudioByHostTypeViewOnlyTalk }
 Host or co-host ask to unmute audio type Here are more detailed structural descriptions. More...
 

Detailed Description

Meeting Audio interfaces.

Since
Added in ZRC SDK 6.0.0

Far End Audio Control(FEAC)

Definition in file IMeetingAudioHelper.h.

Enumeration Type Documentation

◆ AskUnmuteAudioByHostType

Host or co-host ask to unmute audio type Here are more detailed structural descriptions.

Enumerator
AskUnmuteAudioByHostTypeUnmuteAudio 

Host or co-host request Zoom Room to unmute audio.

AskUnmuteAudioByHostTypeSpotlight 

Zoom Room is being spotlighted, being spotlighted will be asked to unmute audio.

AskUnmuteAudioByHostTypeViewOnlyTalk 

In webinar, host allow attendee to talk.

Definition at line 19 of file IMeetingAudioHelper.h.

20{
24};
@ AskUnmuteAudioByHostTypeSpotlight
Zoom Room is being spotlighted, being spotlighted will be asked to unmute audio.
@ AskUnmuteAudioByHostTypeUnmuteAudio
Host or co-host request Zoom Room to unmute audio.
@ AskUnmuteAudioByHostTypeViewOnlyTalk
In webinar, host allow attendee to talk.