|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
#include <room_event_types.h>
Public Attributes | |
| DataPacketKind | kind = DataPacketKind::Reliable |
| std::uint64_t | threshold = 0 |
Fired when a data channel's buffered amount falls below its low threshold.
| DataPacketKind livekit::DataChannelBufferedAmountLowThresholdChangedEvent::kind = DataPacketKind::Reliable |
Data channel kind (reliable or lossy).
| std::uint64_t livekit::DataChannelBufferedAmountLowThresholdChangedEvent::threshold = 0 |
New threshold value in bytes.