#include <TUTKRTCAPIs.h>
Data Fields | |
| int32_t | rtc_id |
| Peer identity. | |
| TRTCPeerConnectionState | connection_state |
| Peer connection state. | |
| TRTCConnectionType | connection_type |
| Peer connection type. | |
| uint32_t | local_outbound_bps |
| Outbound traffic from this device to remote peer. | |
| uint32_t | remote_inbound_bps |
| Remote peer inbound from this device. If local_outbound_bps > remote_inbound_bps, means connection is congestion. | |
| TRTCPeerConnectionState connection_state |
Peer connection state.
| TRTCConnectionType connection_type |
Peer connection type.
| uint32_t local_outbound_bps |
Outbound traffic from this device to remote peer.
| uint32_t remote_inbound_bps |
Remote peer inbound from this device. If local_outbound_bps > remote_inbound_bps, means connection is congestion.
| int32_t rtc_id |
Peer identity.