Index: webrtc/p2p/base/jseptransport.h |
diff --git a/webrtc/p2p/base/jseptransport.h b/webrtc/p2p/base/jseptransport.h |
index 45963e681f00470cdaa73587c17e03dd1eb3299a..2d68543d5c2ea8971be866c220f2c67f90c674eb 100644 |
--- a/webrtc/p2p/base/jseptransport.h |
+++ b/webrtc/p2p/base/jseptransport.h |
@@ -113,6 +113,8 @@ struct ConnectionInfo { |
IceCandidatePairState state; |
// https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatepairstats-priority |
uint64_t priority; |
+ // https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatepairstats-nominated |
+ bool nominated; |
}; |
// Information about all the connections of a channel. |