diff options
Diffstat (limited to 'web/rtc/webrtc.h')
-rw-r--r-- | web/rtc/webrtc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/rtc/webrtc.h b/web/rtc/webrtc.h new file mode 100644 index 00000000..871fa469 --- /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 |