LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
Loading...
Searching...
No Matches
livekit::UserDataPacketEvent Struct Reference

Fired when a user data packet (non-SIP) is received. More...

#include <room_event_types.h>

Collaboration diagram for livekit::UserDataPacketEvent:

Public Attributes

std::vector< std::uint8_t > data
 Payload data.
 
DataPacketKind kind = DataPacketKind::Reliable
 Delivery kind (reliable or lossy).
 
RemoteParticipantparticipant = nullptr
 Remote participant that sent this packet, or nullptr if server (owned by Room).
 
std::string topic
 Optional topic associated with this data (may be empty).
 

Detailed Description

Fired when a user data packet (non-SIP) is received.


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