webrtc: accept iceServers: []
provided in POST /webrtc
, support trickle ICE
Thanks https://github.com/ayufan/camera-streamer/pull/65
This commit is contained in:
@ -10,6 +10,7 @@ typedef struct webrtc_options_s {
|
||||
bool running;
|
||||
bool disabled;
|
||||
char ice_servers[WEBRTC_OPTIONS_LENGTH];
|
||||
bool disable_client_ice;
|
||||
} webrtc_options_t;
|
||||
|
||||
// WebRTC
|
||||
|
Reference in New Issue
Block a user