|
LiveKit C++ Client SDK v1.9.0
Real-time audio/video/data SDK for C++
|
Uniquely identifies a data track schema. More...
#include <data_track_schema.h>

Public Attributes | |
| std::string | name |
| Name component of the schema identifier. | |
| DataTrackSchemaEncoding | encoding = DataTrackSchemaEncoding::Other |
| Encoding of the schema definition. | |
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.