|
Vonage Video API Linux SDK
|
#include <>
Data Fields | |
| otc_transport_stats | transport |
| otc_transport_stats | remote_publisher_transport |
| enum otc_network_degradation_source | network_degradation_source |
This struct represents subscriber media link statistics, providing a unified view of the transport-level network conditions for a subscriber. Since audio and video share the same underlying transport, this struct consolidates the local transport, remote publisher transport, and network degradation source into a single object.
Reported periodically by the otc_subscriber_callbacks.on_media_link_stats callback function.
| enum otc_network_degradation_source network_degradation_source |
In case of network degradation, indicates which side caused it (local subscriber, remote publisher, or unknown).
| otc_transport_stats remote_publisher_transport |
Remote publisher transport/network statistics.
| otc_transport_stats transport |
Local transport/network statistics for this subscriber.