LiveKit C++ SDK
Real-time audio/video SDK for C++
Loading...
Searching...
No Matches
livekit::TextStreamInfo Struct Reference

Metadata for a text stream. More...

#include <data_stream.h>

Inheritance diagram for livekit::TextStreamInfo:
Collaboration diagram for livekit::TextStreamInfo:

Public Attributes

std::vector< std::string > attachments
 IDs of any attached streams (for replies / threads).
 
- Public Attributes inherited from livekit::BaseStreamInfo
std::string stream_id
 Unique identifier for this stream.
 
std::string mime_type
 MIME type of the stream (e.g. "text/plain", "application/octet-stream").
 
std::string topic
 Application-defined topic name.
 
std::int64_t timestamp = 0
 Timestamp in milliseconds when the stream was created.
 
std::optional< std::size_t > size
 Total size of the stream in bytes, if known.
 
std::map< std::string, std::string > attributes
 Arbitrary key–value attributes attached to the stream.
 

Detailed Description

Metadata for a text stream.


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