Searched defs:DataChannelStats (Results 1 – 1 of 1) sorted by relevance
48 struct DataChannelStats { struct49 int internal_id;50 int id;51 std::string label;52 std::string protocol;53 DataChannelInterface::DataState state;54 uint32_t messages_sent;55 uint32_t messages_received;56 uint64_t bytes_sent;57 uint64_t bytes_received;