Skip to content

Commit

Permalink
feat: add missing configs.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Jan 21, 2023
1 parent 17196b8 commit 7d7ec31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configs.js
Original file line number Diff line number Diff line change
@@ -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,
};

0 comments on commit 7d7ec31

Please sign in to comment.