RTCRtpTransceiverNative class

Inheritance

Constructors

RTCRtpTransceiverNative(String _id, TransceiverDirection _direction, String _mid, RTCRtpSender _sender, RTCRtpReceiver _receiver, String _peerConnectionId)
RTCRtpTransceiverNative.fromMap(Map map, {required String peerConnectionId})
factory

Properties

currentDirection TransceiverDirection
Deprecated methods.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mid String
no setteroverride
peerConnectionId String
no getter
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

Static Methods

fromMaps(List map, {required String peerConnectionId}) List<RTCRtpTransceiverNative>