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

#include <room_event_types.h>

Public Attributes

DataPacketKind kind = DataPacketKind::Reliable
 
std::uint64_t threshold = 0
 

Detailed Description

Fired when a data channel's buffered amount falls below its low threshold.

Member Data Documentation

◆ kind

DataPacketKind livekit::DataChannelBufferedAmountLowThresholdChangedEvent::kind = DataPacketKind::Reliable

Data channel kind (reliable or lossy).

◆ threshold

std::uint64_t livekit::DataChannelBufferedAmountLowThresholdChangedEvent::threshold = 0

New threshold value in bytes.


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