Index: talk/app/webrtc/webrtcsession.h |
diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h |
index 570d32f03f6c822d72e4b08a5bead9981f69f7b2..0fe9f9f9715a893a0cd6d74d9995671bc9d14886 100644 |
--- a/talk/app/webrtc/webrtcsession.h |
+++ b/talk/app/webrtc/webrtcsession.h |
@@ -121,6 +121,7 @@ class WebRtcSession : public cricket::BaseSession, |
const PeerConnectionFactoryInterface::Options& options, |
const MediaConstraintsInterface* constraints, |
DTLSIdentityServiceInterface* dtls_identity_service, |
+ rtc::KeyType key_type, |
const PeerConnectionInterface::RTCConfiguration& rtc_configuration); |
// Deletes the voice, video and data channel and changes the session state |
// to STATE_RECEIVEDTERMINATE. |