// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_PROTOCOL_PEER_CONNECTION_CONTROLS_H_ #define REMOTING_PROTOCOL_PEER_CONNECTION_CONTROLS_H_ #include <optional> namespace remoting::protocol { // Interface for changing peer connection parameters after the connection is // established. class PeerConnectionControls { … }; } // namespace remoting::protocol #endif // REMOTING_PROTOCOL_PEER_CONNECTION_CONTROLS_H_