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

Define ICE candidate pair report. More...

#include <owt/base/connectionstats.h>

Public Member Functions

 IceCandidatePairReport (const std::string &id, const bool is_active, std::shared_ptr< IceCandidateReport > local_ice_candidate, std::shared_ptr< IceCandidateReport > remote_ice_candidate)
 

Public Attributes

std::string id
 The ID of this report.
 
bool is_active
 Indicate whether transport is active.
 
std::shared_ptr< IceCandidateReportlocal_ice_candidate
 Local candidate of this pair.
 
std::shared_ptr< IceCandidateReportremote_ice_candidate
 Remote candidate of this pair.
 

Detailed Description

Define ICE candidate pair report.