LocalTrackState class
- Inheritance
-
- Object
- TrackState
- LocalTrackState
Properties
- cameraPosition → CameraPosition?
-
The camera position of the track in case it is a video track.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- muted → bool
-
finalinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceDevice → RtcMediaDevice?
-
The deviceId of the capture device to use.
final
- stringify → bool?
-
If set to
true, the toString method will be overridden to output this instance's props.no setterinherited
Methods
-
copyWith(
{bool? muted, RtcMediaDevice? sourceDevice, CameraPosition? cameraPosition}) → LocalTrackState -
Returns a copy of this LocalTrackState with the given fields
replaced with the new values.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited