RTCRtpParameters class

The dictionary is the basic object describing the parameters of an RTP transport. It is extended separately for senders and receivers in the form of the RTCRtpSendParameters and RTCRtpReceiveParameters dictionaries. To obtain the parameters of a sender or receiver, call its getParameters() method:

getParameters() getParameters()

Implementers
Available Extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

RTCRtpParameters({required Iterable<RTCRtpHeaderExtensionParameters> headerExtensions, required RTCRtcpParameters rtcp, required Iterable<RTCRtpCodecParameters> codecs})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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