RemoteAudio class Models

The RemoteAudio class allows the local participant to locally mute and unmute remote participants.

This service is available in SDK 3.7 and later.

Constructors

RemoteAudio()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
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
start(Participant participant) Future<void>
Enables the local participant's video and sends the video to a conference. Rejection may be caused by the PromisePermissionRefusedEventException or MediaException. If the application does not have a permission to start a video stream, it emits PermissionRefusedEvent.
stop(Participant participant) Future<void>
Disables the local participant's video and stops sending the video to a conference. Use this method only when the current participant is at the conference. Otherwise, the application emits an exception in the catch block of the promise.
toString() String
A string representation of this object.
inherited

Operators

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