Data Track Info
constructor(sid: DataTrackSid, name: String, usesE2ee: Boolean, schema: DataTrackSchemaId?, frameEncoding: DataTrackFrameEncoding?)
Parameters
sid
Server-assigned unique identifier for the track. Not stable across a publisher's full reconnect; see DataTrackSid.
name
Name chosen by the publisher; unique per participant.
uses E2ee
Whether the track's frames are end-to-end encrypted.
schema
Schema describing the track's frames, if the publisher declared one.
frame Encoding
Encoding of the track's frames, if the publisher declared one.