webrtc: allow to specify ice-servers on command line
This commit is contained in:
@ -2,11 +2,14 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define WEBRTC_OPTIONS_LENGTH 4096
|
||||
|
||||
typedef struct http_worker_s http_worker_t;
|
||||
|
||||
typedef struct webrtc_options_s {
|
||||
bool running;
|
||||
bool disabled;
|
||||
char ice_servers[WEBRTC_OPTIONS_LENGTH];
|
||||
} webrtc_options_t;
|
||||
|
||||
// WebRTC
|
||||
|
Reference in New Issue
Block a user