AudioService class Services

The AudioService allows changing audio settings for the local and remote participants.

This service is available in SDK 3.7 and later.

Constructors

AudioService()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
localAudio LocalAudio
Audio settings for the local participant.
final
remoteAudio RemoteAudio
Audio settings for remote participants.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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