RTCRtpTransceiver class abstract

Constructors

RTCRtpTransceiver()

Properties

currentDirection TransceiverDirection?
no setter
hashCode int
The hash code for this object.
no setterinherited
mid String
no setter
receiver RTCRtpReceiver
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender RTCRtpSender
no setter
stoped bool
no setter
transceiverId String
no setter

Methods

getCurrentDirection() Future<TransceiverDirection>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDirection(TransceiverDirection direction) Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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