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

Statistics for a WebRTC transport. More...

#include <stats.h>

Public Attributes

std::uint64_t packets_sent
 
std::uint64_t packets_received
 
std::uint64_t bytes_sent
 
std::uint64_t bytes_received
 
IceRole ice_role
 
std::string ice_local_username_fragment
 
std::optional< DtlsTransportStatedtls_state
 
std::optional< IceTransportStateice_state
 
std::string selected_candidate_pair_id
 
std::string local_certificate_id
 
std::string remote_certificate_id
 
std::string tls_version
 
std::string dtls_cipher
 
DtlsRole dtls_role
 
std::string srtp_cipher
 
std::uint32_t selected_candidate_pair_changes
 

Detailed Description

Statistics for a WebRTC transport.


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