|
LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
|
Fired when a user data packet (non-SIP) is received. More...
#include <room_event_types.h>

Public Attributes | |
| std::vector< std::uint8_t > | data |
| Payload data. | |
| DataPacketKind | kind = DataPacketKind::Reliable |
| Delivery kind (reliable or lossy). | |
| RemoteParticipant * | participant = 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). | |
Fired when a user data packet (non-SIP) is received.