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