TransceiverDirection enum

Direction of an RtpTransceiver.

Inheritance

Constructors

TransceiverDirection()
const

Values

sendRecv → const TransceiverDirection

Indicates that the transceiver is both sending to and receiving from the remote peer connection.

sendOnly → const TransceiverDirection

Indicates that the transceiver is sending to the remote peer, but is not receiving any media from the remote peer.

recvOnly → const TransceiverDirection

Indicates that the transceiver is receiving from the remote peer, but is not sending any media to the remote peer.

inactive → const TransceiverDirection

Indicates that the transceiver is inactive, neither sending nor receiving any media data.

stopped → const TransceiverDirection

The transceiver will neither send, nor receive RTP. It will generate a zero port in the offer.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<TransceiverDirection>
A constant List of the values in this enum, in order of their declaration.