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

#include <room_event_types.h>

Public Attributes

std::vector< std::uint8_t > data
 
std::optional< std::string > topic
 

Detailed Description

Application-level user data carried in a data packet.

Member Data Documentation

◆ data

std::vector<std::uint8_t> livekit::UserPacketData::data

Raw payload bytes.

◆ topic

std::optional<std::string> livekit::UserPacketData::topic

Optional topic name associated with this payload.


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