summaryrefslogtreecommitdiffstats
path: root/src/web/rtc/webrtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/rtc/webrtc.h')
-rw-r--r--src/web/rtc/webrtc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/web/rtc/webrtc.h b/src/web/rtc/webrtc.h
new file mode 100644
index 000000000..ccbae38d1
--- /dev/null
+++ b/src/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