Searched defs:IceTransportStats (Results 1 – 1 of 1) sorted by relevance
35 struct IceTransportStats { struct36 CandidateStatsList candidate_stats_list;37 ConnectionInfos connection_infos;41 uint32_t selected_candidate_pair_changes = 0;47 uint64_t bytes_sent = 0;48 uint64_t bytes_received = 0;49 uint64_t packets_sent = 0;50 uint64_t packets_received = 0;52 IceRole ice_role = ICEROLE_UNKNOWN;53 std::string ice_local_username_fragment;[all …]