Module mediasoup::data_structures[][src]

Miscellaneous data structures.

Structs

AppData

Container for arbitrary data attached to mediasoup entities.

DtlsParameters

DTLS parameters.

IceCandidate

ICE candidate

IceParameters

ICE parameters.

TransportListenIp

IP to listen on.

Enums

DtlsFingerprint

The hash function algorithm (as defined in the “Hash function Textual Names” registry initially specified in RFC 4572 Section 8) and its corresponding certificate fingerprint value.

DtlsRole

DTLS role.

DtlsState

DTLS state.

EventDirection
IceCandidateTcpType

ICE candidate TCP type (always Passive).

IceCandidateType

ICE candidate type

IceRole

ICE role.

IceState

ICE state.

SctpState

SCTP state.

TransportProtocol

Transport protocol.

TransportTuple

Tuple of local IP/port/protocol + optional remote IP/port.

WebRtcMessage

Container used for sending/receiving messages using DirectTransport data producers and data consumers.