RtpSender class abstract

RTCSender implementation.

Constructors

RtpSender()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
track MediaStreamTrack?
Getter for the MediaStreamTrack currently owned by this RtpSender.
no setter

Methods

dispose() Future<void>
Disposes this RtpSender.
getParameters() Future<RtpParameters>
Returns RtpParameters of this RtpSender.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceTrack(MediaStreamTrack? t) Future<void>
Replaces MediaStreamTrack of this RtpSender.
setParameters(RtpParameters parameters) Future<void>
Sets the provided RtpParameters.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromFFI(ArcPeerConnection peer, ArcRtpTransceiver transceiver) RtpSender
Create a new RtpSender from the provided peerId and transceiverId.
fromMap(dynamic map) RtpSender
Creates an RtpSender basing on the Map received from the native side.