ZoomVideoSdkAudioSettingHelper class

Audio setting interface.

Inheritance
  • Object
  • PlatformInterface
  • ZoomVideoSdkAudioSettingHelper

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enableAutoAdjustMicVolume(bool enable) Future<String>
Call this method to enable or disable the auto-adjust microphone volume feature.
enable true to enable the auto-adjust microphone volume feature or false to disable it.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
enableMicOriginalInput(bool enable) Future<String>
Call this method to enable or disable the original input of mic.
enable true to enable the original input of the microphone or false to disable it.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
isAutoAdjustMicVolumeEnabled() Future<bool>
Determine whether the auto-adjust microphone volume feature is enabled.
Return true if the auto-adjust microphone volume feature is enabled, otherwise false.
isMicOriginalInputEnable() Future<bool>
Determine whether the original input of the microphone is enabled.
Return true if the original input of the microphone is enabled, otherwise false.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited