DataTrackSid

@Serializable
value class DataTrackSid(val value: String)

A server-assigned data track identifier.

SIDs are not stable across a publisher's full reconnect: the track object survives and its SID is rewritten in place. Prefer RemoteDataTrack.name when keying a map of remote tracks.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String