Index: webrtc/api/peerconnection.h |
diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h |
index e4fcdf075a0dc025f337e14f473d7c9eeb6203d5..d97fe5d3380db9d2c547ada7b7381df2d10c7908 100644 |
--- a/webrtc/api/peerconnection.h |
+++ b/webrtc/api/peerconnection.h |
@@ -34,6 +34,7 @@ class RemoteMediaStreamFactory; |
// them to be populated from |rtc_options|. |
bool ExtractMediaSessionOptions( |
const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options, |
+ bool is_offer, |
cricket::MediaSessionOptions* session_options); |
// Populates |session_options| from |constraints|, and returns true if all |