| Index: webrtc/api/peerconnectioninterface.h
|
| diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
|
| index d30834dc5b4d91fda12e7afbaa354002e1b28995..87da64fb7d5d17f2e855031b23d8d659eb4bd285 100644
|
| --- a/webrtc/api/peerconnectioninterface.h
|
| +++ b/webrtc/api/peerconnectioninterface.h
|
| @@ -878,6 +878,7 @@ class PeerConnectionFactoryInterface : public rtc::RefCountInterface {
|
| rtc::CryptoOptions crypto_options;
|
| };
|
|
|
| + // Set the options to be used for subsequently created PeerConnections.
|
| virtual void SetOptions(const Options& options) = 0;
|
|
|
| virtual rtc::scoped_refptr<PeerConnectionInterface> CreatePeerConnection(
|
|
|