RTCRtpSenderWeb class

Inheritance

Constructors

RTCRtpSenderWeb(RtcRtpSender _jsRtpSender, bool _ownsTrack)
RTCRtpSenderWeb.fromJsSender(RtcRtpSender jsRtpSender)
factory

Properties

dtmfSender RTCDTMFSender
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
jsRtpSender RtcRtpSender
no setter
ownsTrack bool
no setteroverride
parameters RTCRtpParameters
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderId String
no setteroverride
track MediaStreamTrack?
no setteroverride

Methods

dispose() Future<void>
override
getStats() Future<List<StatsReport>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceTrack(MediaStreamTrack track) Future<void>
override
setParameters(RTCRtpParameters parameters) Future<bool>
override
setTrack(MediaStreamTrack track, {bool takeOwnership = true}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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