#include <TUTKRTCAPIs.h>
Data Fields | |
| int32_t | rtc_id |
| Peer identity. | |
| char | stream_id [64+1] |
| Stream name of transceiver. | |
| TRTCTransceiverDirection | direction |
| Direction of transceiver. | |
| TRTCTransceiverKind | kind |
| Media type of transceiver. | |
| TRTCTransceiverCodec | codec |
| Codec type of transceiver. | |
| uint64_t | inbound_last_timestamp_ms |
| Last RTP packet's timestamp from remote peer. | |
| uint64_t | inbound_bytes |
| Total bytes received from remote peer. | |
| uint64_t | inbound_rtp_packets |
| Total RTP packets received from remote peer, include discarded RTP packets. | |
| uint64_t | inbound_discarded_rtp_packets |
| RTP packets discarded for late or early-arrival from remote peer. | |
| uint64_t | outbound_last_timestamp_ms |
| Timestamp of last RTP packet sent to remote peer successfully. | |
| uint64_t | outbound_bytes |
| Total bytes sent to remote peer. | |
| uint64_t | outbound_rtp_packets |
| Total RTP packets sent to remote peer, include retransmitted RTP packets. | |
| uint64_t | outbound_frames |
| Total frames sent to remote peer(video only) | |
| uint64_t | outbound_discarded_rtp_packets |
| RTP packets discarded by socket send error. | |
| uint64_t | outbound_retransmitted_packets |
| Retransmitted RTP packets counts. | |
| uint32_t | outbound_cur_rtt_ms |
| Current round trip time from RTCP timestamps. | |
| uint32_t | outbound_avg_rtt_ms |
| Average round trip time from RTCP timestamps. | |
| TRTCTransceiverCodec codec |
Codec type of transceiver.
| TRTCTransceiverDirection direction |
Direction of transceiver.
| uint64_t inbound_bytes |
Total bytes received from remote peer.
| uint64_t inbound_discarded_rtp_packets |
RTP packets discarded for late or early-arrival from remote peer.
| uint64_t inbound_last_timestamp_ms |
Last RTP packet's timestamp from remote peer.
| uint64_t inbound_rtp_packets |
Total RTP packets received from remote peer, include discarded RTP packets.
| TRTCTransceiverKind kind |
Media type of transceiver.
| uint32_t outbound_avg_rtt_ms |
Average round trip time from RTCP timestamps.
| uint64_t outbound_bytes |
Total bytes sent to remote peer.
| uint32_t outbound_cur_rtt_ms |
Current round trip time from RTCP timestamps.
| uint64_t outbound_discarded_rtp_packets |
RTP packets discarded by socket send error.
| uint64_t outbound_frames |
Total frames sent to remote peer(video only)
| uint64_t outbound_last_timestamp_ms |
Timestamp of last RTP packet sent to remote peer successfully.
| uint64_t outbound_retransmitted_packets |
Retransmitted RTP packets counts.
| uint64_t outbound_rtp_packets |
Total RTP packets sent to remote peer, include retransmitted RTP packets.
| int32_t rtc_id |
Peer identity.
| char stream_id[64+1] |
Stream name of transceiver.