From 81581f9719bc56f01d5aa08952671d65fda9867a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 May 2023 18:27:08 +0200 Subject: Merging upstream version 1.39.0. Signed-off-by: Daniel Baumann --- web/rtc/webrtc.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/rtc/webrtc.h (limited to 'web/rtc/webrtc.h') diff --git a/web/rtc/webrtc.h b/web/rtc/webrtc.h new file mode 100644 index 000000000..871fa4695 --- /dev/null +++ b/web/rtc/webrtc.h @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + +#ifndef NETDATA_WEBRTC_H +#define NETDATA_WEBRTC_H + +#include "../../libnetdata/libnetdata.h" + +int webrtc_new_connection(const char *sdp, BUFFER *wb); +void webrtc_close_all_connections(); +void webrtc_initialize(); + +#endif //NETDATA_WEBRTC_H -- cgit v1.2.3