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

#include <room_event_types.h>

Public Attributes

std::string stream_id
 
std::string reason
 
std::map< std::string, std::string > attributes
 

Detailed Description

Trailer metadata for a data stream, sent after all chunks.

Member Data Documentation

◆ attributes

std::map<std::string, std::string> livekit::DataStreamTrailerData::attributes

Additional attributes describing the final state of the stream.

◆ reason

std::string livekit::DataStreamTrailerData::reason

Reason why the stream ended (empty if normal completion).

◆ stream_id

std::string livekit::DataStreamTrailerData::stream_id

Stream identifier.


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