Skip to main content

Module webrtc

Module webrtc 

Source
Expand description

RFC references for this module:

Modules§

ice
ICE portocol registries used by WebRTC signaling.
media_kind
MIME top-level media kinds used by ORTC and SDP payloads same as on web stream/tracks APIs.
rtcp_feedback
RTCP feedback type and parameter tokens used by current WebRTC capability paylods.
rtp_header_extension_uri
RTP header-extension URIs commonly needed by WebRTC endpoints.
sdp

Enums§

DtlsFingerprintAlgorithm
DTLS fingerprint algorithms currently supported by the runtime.
IceCandidateType
ICE candidate type tokens used in SDP candidate attributes.
IceTransport
ICE transport tokens used in SDP candidate lines.
MediaKind
Technical media kind shared by RTP, SDP, and signaling metadata.
RtpHeaderExtensionUri
RTP header-extension URIs commonly needed by WebRTC endpoints.
RtpStreamDirection
Direction tokens used by RFC 8851 RID and RFC 8853 simulcast attributes.

Constants§

DTLS_MUX_FIRST_OCTET_END 🔒
DTLS_MUX_FIRST_OCTET_START 🔒
RTCP_SDES_ITEM_MID
RTCP SDES item type defined for MID.

Functions§

is_dtls_mux_packet
Returns whether a datagram first octet selects DTLS in WebRTC multiplexing.