| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #ifndef NETDATA_WEBRTC_H |
| 4 | #define NETDATA_WEBRTC_H |
| 5 | |
| 6 | #include "libnetdata/libnetdata.h" |
| 7 | |
| 8 | int webrtc_new_connection(const char *sdp, BUFFER *wb); |
| 9 | void webrtc_close_all_connections(); |
| 10 | void webrtc_initialize(); |
| 11 | |
| 12 | #endif //NETDATA_WEBRTC_H |