Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
owt::base::IceCandidateReport Struct Reference

Define ICE candidate report. More...

#include <owt/base/connectionstats.h>

Public Member Functions

 IceCandidateReport (const std::string &id, const std::string &ip, const uint16_t port, TransportProtocolType protocol, IceCandidateType candidate_type, int32_t priority)
 

Public Attributes

std::string id
 The ID of this report.
 
std::string ip
 The IP address of the candidate.
 
uint16_t port
 The port number of the candidate.
 
TransportProtocolType protocol
 Transport protocol.
 
IceCandidateType candidate_type
 Candidate type.
 
int32_t priority
 Calculated as defined in RFC5245.
 

Detailed Description

Define ICE candidate report.