Chromium Code Reviews| Index: webrtc/api/peerconnection.h |
| diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h |
| index 1574af60c5e48b7ce73b0e62c7356d65df28c805..8b1a567362da7d32848c426e6a7ebe5b9ed5d126 100644 |
| --- a/webrtc/api/peerconnection.h |
| +++ b/webrtc/api/peerconnection.h |
| @@ -368,6 +368,9 @@ class PeerConnection : public PeerConnectionInterface, |
| rtc::scoped_ptr<cricket::PortAllocator> port_allocator_; |
| rtc::scoped_ptr<MediaControllerInterface> media_controller_; |
| + // One PeerConnection has only one CNAME. |
|
pthatcher1
2016/05/05 18:50:51
Can you add a link to where this is specified? I
Zhi Huang
2016/05/06 01:36:53
Done.
|
| + std::string cname_; |
|
pthatcher1
2016/05/05 18:50:51
Can you call this rtcp_cname_?
And "RTCP CNAME"
Zhi Huang
2016/05/06 01:36:53
Done.
|
| + |
| // Streams added via AddStream. |
| rtc::scoped_refptr<StreamCollection> local_streams_; |
| // Streams created as a result of SetRemoteDescription. |