Expand description
Miscellaneous data structures.
Structs§
- Container for arbitrary data attached to mediasoup entities.
- BWE info in trace event.
- DTLS parameters.
- ICE candidate
- ICE parameters.
- Listening protocol, IP and port for
WebRtcServer
to listen on. - RTP packet info in trace event.
- UDP/TCP socket flags.
- RTCP Sender Report info in trace event.
- SSRC info in trace event.
Enums§
- Bandwidth estimation type.
- 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.
- DTLS role.
- DTLS state.
- ICE candidate TCP type (always
Passive
). - ICE candidate type.
- ICE role.
- ICE state.
- Similar to WebRtcMessage but represents messages that have ownership over the data
- Transport protocol.
- SCTP state.
- Trace event direction
- Tuple of local IP/port/protocol + optional remote IP/port.
- Container used for sending/receiving messages using
DirectTransport
data producers and data consumers.