MediaStream class abstract
Media stream
- Implementers
Constructors
Properties
Methods
-
dispose(
) → Future< void> -
getTracks(
) → List< MediaTrack> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toggleAudio(
bool enabled) → Future< void> - Toggle audio track
-
toggleVideo(
bool enabled) → Future< void> - Toggle video track
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited