RTCRtpReceiver class abstract

Constructors

RTCRtpReceiver()

Properties

hashCode int
The hash code for this object.
no setterinherited
onFirstPacketReceived ↔ (dynamic Function(RTCRtpReceiver rtpReceiver, RTCRtpMediaType mediaType)?)
public:
getter/setter pair
parameters RTCRtpParameters
The WebRTC specification only defines RTCRtpParameters in terms of senders, but this API also applies them to receivers, similar to ORTC: http://ortc.org/wp-content/uploads/2016/03/ortc.html#rtcrtpparameters*.
no setter
receiverId String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
track MediaStreamTrack?
no setter

Methods

getStats() Future<List<StatsReport>>
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