DataTrackSchemaId

data class DataTrackSchemaId(val name: String, val encoding: DataTrackSchemaEncoding)

Identifies the schema describing a data track's frames.

Parameters

name

Schema name, unique within the room.

encoding

Encoding of the schema definition itself.

Constructors

Link copied to clipboard
constructor(name: String, encoding: DataTrackSchemaEncoding)

Properties

Link copied to clipboard
Link copied to clipboard