ZoomVideoSdkAudioHelperPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkAudioHelperPlatform
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canSwitchSpeaker(
) → Future< bool> -
cleanAudioSession(
) → Future< void> -
getSpeakerStatus(
) → Future< bool> -
muteAudio(
String userId) → Future< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetAudioSession(
) → Future< bool> -
setSpeaker(
bool isOn) → Future< void> -
startAudio(
) → Future< String> -
stopAudio(
) → Future< String> -
subscribe(
) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
-
unMuteAudio(
String userId) → Future< String> -
unSubscribe(
) → Future< String>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ZoomVideoSdkAudioHelperPlatform
-
getter/setter pair