LiveKit C++ Client SDK v1.9.0
Real-time audio/video/data SDK for C++
Loading...
Searching...
No Matches
livekit::DataTrackSchemaId Struct Reference

Uniquely identifies a data track schema. More...

#include <data_track_schema.h>

Collaboration diagram for livekit::DataTrackSchemaId:

Public Attributes

std::string name
 Name component of the schema identifier.
 
DataTrackSchemaEncoding encoding = DataTrackSchemaEncoding::Other
 Encoding of the schema definition.
 

Detailed Description

Uniquely identifies a data track schema.

A compound identifier with two components: a name and an encoding. Two IDs are equal only if both components match; the same name with a different encoding refers to a distinct schema.


The documentation for this struct was generated from the following file: