|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
#include <room_event_types.h>
Public Attributes | |
| std::string | stream_id |
| std::string | reason |
| std::map< std::string, std::string > | attributes |
Trailer metadata for a data stream, sent after all chunks.
| std::map<std::string, std::string> livekit::DataStreamTrailerData::attributes |
Additional attributes describing the final state of the stream.
| std::string livekit::DataStreamTrailerData::reason |
Reason why the stream ended (empty if normal completion).
| std::string livekit::DataStreamTrailerData::stream_id |
Stream identifier.