From 7d7ec31f2701cb9e3534def57f8ccff03093dd94 Mon Sep 17 00:00:00 2001 From: Airscript Date: Sat, 21 Jan 2023 16:24:11 +0100 Subject: [PATCH] feat: add missing configs.js file --- configs.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs.js diff --git a/configs.js b/configs.js new file mode 100644 index 0000000..c7f5484 --- /dev/null +++ b/configs.js @@ -0,0 +1,10 @@ +export const configs = { + impi: null, + impu: null, + realm: null, + password: null, + ice_servers: null, + display_name: null, + websocket_proxy_url: null, + enable_rtcweb_breaker: null, +}; \ No newline at end of file