Module: zoom_setting_audio

Methods

(inner) Checking_IsAutoAdjustMicEnabled() → {Boolean}

mode: Check if Auto Adjust Mic.
Source:
Returns:
Type
Boolean

(inner) Checking_IsAutoJoinAudioEnabled() → {Boolean}

mode: Check if Auto Join Audio.
Source:
Returns:
Type
Boolean

(inner) getInstance() → {ZoomSetting}

mode: Get Zoom SDK Audio Setting Service Module
Source:
Returns:
Type
ZoomSetting

(inner) Setting_EnableAlwaysMuteMicWhenJoinVoip(bEnable) → {ZoomSDKError}

mode: Enable Always Mute Mic When Join Voip
Parameters:
Name Type Description
bEnable Boolean Enable or not
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_EnableAutoAdjustMic(zn_bEnable) → {ZoomSDKError}

mode: Setting Enable Auto Adjust Mic
Parameters:
Name Type Description
zn_bEnable Boolean Enable or not
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_EnableAutoJoinAudio(zn_bEnable) → {ZoomSDKError}

mode: Setting Enable Auto Join Audio
Parameters:
Name Type Description
zn_bEnable Boolean Enable or not
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_EnableEchoCancellation(bEnable) → {ZoomSDKError}

mode: Enable Echo Cancel lation
Parameters:
Name Type Description
bEnable Boolean Enable or not
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_EnableHoldSpaceKeyToSpeak(bEnable) → {ZoomSDKError}

mode: Enable Hold Space Key To Speak
Parameters:
Name Type Description
bEnable Boolean Enable or not
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_EnableMicOriginalInput(bEnable) → {ZoomSDKError}

mode: Enable Mic Original Input
Parameters:
Name Type Description
bEnable Boolean Enable or not
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_EnableStereoAudio(bEnable) → {ZoomSDKError}

mode: Enable Stereo Audio
Parameters:
Name Type Description
bEnable Boolean Enable or not
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_EnableSuppressAudioNotify(bEnable) → {ZoomSDKError}

mode: Enable Suppress Audio Notify
Parameters:
Name Type Description
bEnable Boolean Enable or not
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_GetMicList() → {ZoomSDKError}

mode: Get Mic List
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_GetMicVol() → {ZoomSDKError}

mode: Get Mic Vol
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_GetSpeakerList() → {ZoomSDKError}

mode: Get Speaker List
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_GetSpeakerVol() → {ZoomSDKError}

mode: Get Speaker Vol
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_IsAlwaysMuteMicWhenJoinVoipEnabled() → {ZoomSDKError}

mode: Is Always Mute Mic When Join Voip Enabled
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_IsEchoCancellationEnabled() → {ZoomSDKError}

mode: Is Echo Cancel lation Enabled
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_IsHoldSpaceKeyToSpeakEnabled() → {ZoomSDKError}

mode: Is Hold Space Key To Speak Enabled
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_IsMicOriginalInputEnable() → {ZoomSDKError}

mode: Is Mic Original Input Enable
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_IsStereoAudioEnable() → {ZoomSDKError}

mode: Is Stereo Audio Enable
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_IsSuppressAudioNotifyEnabled() → {ZoomSDKError}

mode: Is Suppress Audio Notify Enabled
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_SelectMic(deviceId, deviceName) → {ZoomSDKError}

mode: Select mic
Parameters:
Name Type Description
deviceId String
deviceName String Device&deviceName id of camera
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_SelectSpeaker(deviceId, deviceName) → {ZoomSDKError}

mode: Select Speaker
Parameters:
Name Type Description
deviceId String
deviceName String Device&deviceName id of camera
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_SetComputerMicDeviceChangedCB(onComputerMicDeviceChanged) → {Boolean}

mode: Set Computer Mic Device Changed CB
Parameters:
Name Type Description
onComputerMicDeviceChanged function
Source:
Returns:
Type
Boolean

(inner) Setting_SetComputerSpeakerDeviceChangedCB(onComputerSpeakerDeviceChanged) → {Boolean}

mode: Set Computer Speaker Device Changed CB
Parameters:
Name Type Description
onComputerSpeakerDeviceChanged function
Source:
Returns:
Type
Boolean

(inner) Setting_SetDefaultMicDeviceChangedCB(onDefaultMicDeviceChanged) → {Boolean}

mode: Set Default Mic Device Changed CB
Parameters:
Name Type Description
onDefaultMicDeviceChanged function
Source:
Returns:
Type
Boolean

(inner) Setting_SetDefaultSpeakerDeviceChangedCB(onDefaultSpeakerDeviceChanged) → {ZoomSDKError}

mode: Set Default Speaker Device Changed CB
Parameters:
Name Type Description
onDefaultSpeakerDeviceChanged function
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_SetMicVol(value) → {ZoomSDKError}

mode: Set Mic Vol
Parameters:
Name Type Description
value Number
Source:
Returns:
Type
ZoomSDKError

(inner) Setting_SetSpeakerVol(value) → {ZoomSDKError}

mode: Set Speaker Vol
Parameters:
Name Type Description
value Number
Source:
Returns:
Type
ZoomSDKError