![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
|
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< IceCandidateReport > | local_ice_candidate |
Local candidate of this pair. | |
std::shared_ptr< IceCandidateReport > | remote_ice_candidate |
Remote candidate of this pair. | |
Define ICE candidate pair report.