RTCRtpSender class

Provides the ability to control and obtain details about how a particular MediaStreamTrack is encoded and sent to a remote peer.

MDN Reference

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

RTCRtpSender()
factory

Properties

dtmf RTCDTMFSender?

Available on RTCRtpSender, provided by the RTCRtpSender$Typings extension

MDN Reference
no setter
getParameters RTCRtpSendParameters Function()

Available on RTCRtpSender, provided by the RTCRtpSender$Typings extension

getter/setter pair
getStats Future<RTCStatsReport> Function()

Available on RTCRtpSender, provided by the RTCRtpSender$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
replaceTrack Future<void> Function([MediaStreamTrack?])

Available on RTCRtpSender, provided by the RTCRtpSender$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setParameters Future<void> Function(RTCRtpSendParameters)

Available on RTCRtpSender, provided by the RTCRtpSender$Typings extension

getter/setter pair
setStreams ↔ void Function([Iterable?])

Available on RTCRtpSender, provided by the RTCRtpSender$Typings extension

getter/setter pair
track MediaStreamTrack?

Available on RTCRtpSender, provided by the RTCRtpSender$Typings extension

MDN Reference
no setter
transport RTCDtlsTransport?

Available on RTCRtpSender, provided by the RTCRtpSender$Typings extension

MDN Reference
no setter

Methods

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

Operators

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

Static Properties

getCapabilities RTCRtpCapabilities? Function(String)
getter/setter pair