webrtc: allow to specify ice-servers on command line
This commit is contained in:
@ -26,6 +26,7 @@ typedef struct options_s {
|
||||
const char *description;
|
||||
} option_t;
|
||||
|
||||
#define OPTION_VALUE_LIST_SEP_CHAR ';'
|
||||
#define OPTION_VALUE_LIST_SEP ";"
|
||||
|
||||
#define OPTION_FORMAT_uint "%u"
|
||||
|
Reference in New Issue
Block a user