From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- third_party/libwebrtc/call/create_call.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 third_party/libwebrtc/call/create_call.h (limited to 'third_party/libwebrtc/call/create_call.h') diff --git a/third_party/libwebrtc/call/create_call.h b/third_party/libwebrtc/call/create_call.h new file mode 100644 index 0000000000..afba08800e --- /dev/null +++ b/third_party/libwebrtc/call/create_call.h @@ -0,0 +1,25 @@ +/* + * Copyright 2017 The WebRTC project authors. All Rights Reserved. + * + * Use of this source code is governed by a BSD-style license + * that can be found in the LICENSE file in the root of the source + * tree. An additional intellectual property rights grant can be found + * in the file PATENTS. All contributing project authors may + * be found in the AUTHORS file in the root of the source tree. + */ + +#ifndef CALL_CREATE_CALL_H_ +#define CALL_CREATE_CALL_H_ + +#include + +#include "call/call.h" +#include "call/call_config.h" + +namespace webrtc { + +std::unique_ptr CreateCall(const CallConfig& config); + +} // namespace webrtc + +#endif // CALL_CREATE_CALL_H_ -- cgit v1.2.3