Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioOptions Class Reference

The audio option of join session. More...

#include <ZoomVideoSDK.h>

Inherits NSObject.

Properties

BOOL connect
 Determines whether local audio is connected.
 
BOOL mute
 Determines whether local audio is muted.
 
BOOL isMyVoiceInMix
 Determines whether my voice is in the mixed audio raw data. Default is YES.
 
BOOL autoAdjustSpeakerVolume
 Determines whether to automatically adjust the volume of speaker if the volume is muted or the volume is low. Default is NO.
 

Detailed Description

The audio option of join session.

Definition at line 118 of file ZoomVideoSDK.h.

Property Documentation

◆ autoAdjustSpeakerVolume

- (BOOL) autoAdjustSpeakerVolume
readwritenonatomicassign

Determines whether to automatically adjust the volume of speaker if the volume is muted or the volume is low. Default is NO.

Definition at line 138 of file ZoomVideoSDK.h.

◆ connect

- (BOOL) connect
readwritenonatomicassign

Determines whether local audio is connected.

Definition at line 123 of file ZoomVideoSDK.h.

◆ isMyVoiceInMix

- (BOOL) isMyVoiceInMix
readwritenonatomicassign

Determines whether my voice is in the mixed audio raw data. Default is YES.

Definition at line 133 of file ZoomVideoSDK.h.

◆ mute

- (BOOL) mute
readwritenonatomicassign

Determines whether local audio is muted.

Definition at line 128 of file ZoomVideoSDK.h.