plugNmeet JS SDK - v2.2.1
    Preparing search index...

    Type Alias DataTrackSchemaId

    DataTrackSchemaId: Message<"livekit.DataTrackSchemaId"> & {
        name: string;
        encoding?: DataTrackSchemaEncoding;
    }

    Identifier for a data track schema.

    Schemas with the same name but different encodings are distinct.

    Type Declaration

    • name: string

      This must be non-empty and no longer than 256 characters.

      from field: string name = 1;

    • Optionalencoding?: DataTrackSchemaEncoding

      from field: livekit.DataTrackSchemaEncoding encoding = 2;

    from message livekit.DataTrackSchemaId