DataTrackPublishOptions

constructor(frameEncoding: DataTrackFrameEncoding, schema: DataTrackSchemaId? = null)

Declares the frame format inline.

Parameters

frameEncoding

Encoding of the track's frames.

schema

Schema describing the track's frames.


constructor(frameFormat: DataTrackFrameFormat? = null)

Parameters

frameFormat

Describes the track's frames. Leaving this unset publishes an untyped track.