ZoomVideoSdkTestAudioHelper class
Zoom Video SDK Test Audio Helper
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkTestAudioHelper
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
playMicTest(
) → Future< String> -
Play the microphone recorded sound.
You must complete a microphone test by successfully executing startMicTest and stopMicTest before calling this.
Otherwise this returns an error.
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
startMicTest(
) → Future< String> -
Start the mic test. This will start recording the input from the mic.
Once the recording is complete, call stopMicTest to finish the recording.
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
startSpeakerTest(
) → Future< String> -
Start the speaker test.
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
stopMicTest(
) → Future< String> -
Stop the microphone test.
Before calling this, you must have successfully started the microphone test by calling startMicTest.
Otherwise this returns an error.
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
stopSpeakerTest(
) → Future< String> -
Stop the speaker test.
Before calling this, you must have successfully started the speaker test by calling startSpeakerTest.
Otherwise this returns an error.
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited