#include <base.h>

Detailed Description

Provides network-level transport statistics.

The otc_transport_stats struct exposes metrics related to the underlying network transport layer of a WebRTC connection. These stats reflect current conditions such as estimated available bandwidth and can be used for monitoring or debugging network performance issues.

Field Documentation

connection_estimated_bandwidth

int64_t connection_estimated_bandwidth

Estimated available connection bandwidth, in bits per second (bps)

network_condition

enum otc_network_condition network_condition

Estimated network condition score

network_condition_reason

enum otc_network_reason network_condition_reason

Main reason impacting network condition