RTCRtpSender class abstract
Constructors
Properties
- dtmfSender → RTCDTMFSender
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- ownsTrack → bool
-
no setter
- parameters → RTCRtpParameters
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderId → String
-
no setter
- track → MediaStreamTrack?
-
no setter
Methods
-
dispose(
) → Future< void> -
getStats(
) → Future< List< StatsReport> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replaceTrack(
MediaStreamTrack? track) → Future< void> -
setParameters(
RTCRtpParameters parameters) → Future< bool> -
setStreams(
List< MediaStream> streams) → Future<void> -
setTrack(
MediaStreamTrack? track, {bool takeOwnership = true}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited