From 4483455f8874b74530499c425a1ab18f4a09909a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 11 Jan 2021 18:34:23 +0100 Subject: [PATCH] Create ice-servers.json --- conf/ice-servers.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/ice-servers.json diff --git a/conf/ice-servers.json b/conf/ice-servers.json new file mode 100644 index 0000000..f121400 --- /dev/null +++ b/conf/ice-servers.json @@ -0,0 +1,11 @@ +[ + { + "urls": [ + "turn:turn.example.com:443", + "turn:turn.example.com:443?transport=tcp" + ], + "username": "galene", + "credential": "secret", + "credentialType": "hmac-sha1" + } +] \ No newline at end of file