SessionDescription

@Serializable
data class SessionDescription(val type: WebRtc.SessionDescriptionType, val sdp: String)(source)

Represents a session description in the WebRtc connection process.

See also

Constructors

Link copied to clipboard
constructor(type: WebRtc.SessionDescriptionType, sdp: String)

Properties

Link copied to clipboard
val sdp: String

The SDP (Session Description Protocol) string.

Link copied to clipboard

The type of the session description.