summaryrefslogtreecommitdiffstats
path: root/src/web/rtc/webrtc.h
blob: ccbae38d1e64370d8c052408433572cb23368a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
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