RTCRtpTransceiverWeb class
- Inheritance
-
- Object
- RTCRtpTransceiver
- RTCRtpTransceiverWeb
Constructors
- RTCRtpTransceiverWeb(Object _jsTransceiver, dynamic _peerConnectionId)
- RTCRtpTransceiverWeb.fromJsObject(Object jsTransceiver, {String? peerConnectionId})
-
factory
Properties
- currentDirection → TransceiverDirection
-
Deprecated methods.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- mid → String
-
no setteroverride
- receiver → RTCRtpReceiver
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sender → RTCRtpSender
-
no setteroverride
- stoped → bool
-
no setteroverride
- transceiverId → String
-
no setteroverride
Methods
-
getCurrentDirection(
) → Future< TransceiverDirection?> -
override
-
getDirection(
) → Future< TransceiverDirection> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDirection(
TransceiverDirection direction) → Future< void> -
override
-
stop(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited