Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKAudioOption Class Reference

Audio configuration options for joining a session. More...

#include <ZMVideoSDK.h>

Inherits NSObject.

Properties

BOOL connect
 Whether to connect local audio or not.
 
BOOL mute
 Whether to mute audio or not.
 
BOOL isMyVoiceInMix
 Determine whether my voice is in the mixed audio raw data or not. YES to include. No to exclude.
 
BOOL autoAdjustSpeakerVolume
 Whether to automatically adjust the volume of the speaker or not. If YES, this will automatically adjust the volume if it is muted or low. If NO it will not.
 

Detailed Description

Audio configuration options for joining a session.

Definition at line 125 of file ZMVideoSDK.h.

Property Documentation

◆ autoAdjustSpeakerVolume

- (BOOL) autoAdjustSpeakerVolume
readwritenonatomicassign

Whether to automatically adjust the volume of the speaker or not. If YES, this will automatically adjust the volume if it is muted or low. If NO it will not.

Definition at line 144 of file ZMVideoSDK.h.

◆ connect

- (BOOL) connect
readwritenonatomicassign

Whether to connect local audio or not.

Definition at line 129 of file ZMVideoSDK.h.

◆ isMyVoiceInMix

- (BOOL) isMyVoiceInMix
readwritenonatomicassign

Determine whether my voice is in the mixed audio raw data or not. YES to include. No to exclude.

Definition at line 139 of file ZMVideoSDK.h.

◆ mute

- (BOOL) mute
readwritenonatomicassign

Whether to mute audio or not.

Definition at line 134 of file ZMVideoSDK.h.