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

Statistics for a selected or candidate ICE pair. More...

#include <stats.h>

Public Attributes

std::string transport_id
 
std::string local_candidate_id
 
std::string remote_candidate_id
 
std::optional< IceCandidatePairStatestate
 
bool nominated
 
std::uint64_t packets_sent
 
std::uint64_t packets_received
 
std::uint64_t bytes_sent
 
std::uint64_t bytes_received
 
double last_packet_sent_timestamp
 
double last_packet_received_timestamp
 
double total_round_trip_time
 
double current_round_trip_time
 
double available_outgoing_bitrate
 
double available_incoming_bitrate
 
std::uint64_t requests_received
 
std::uint64_t requests_sent
 
std::uint64_t responses_received
 
std::uint64_t responses_sent
 
std::uint64_t consent_requests_sent
 
std::uint32_t packets_discarded_on_send
 
std::uint64_t bytes_discarded_on_send
 

Detailed Description

Statistics for a selected or candidate ICE pair.


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