IOTC Platform  Ver: 4.3.6.2-0-ge1f616e
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
TRTCConnectionInfo Struct Reference

#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.
 

Field Documentation

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.


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