mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
testing with internal relay server
This commit is contained in:
parent
0539874b4a
commit
5d229bbef3
@ -51,12 +51,12 @@ export function useRingContext() {
|
|||||||
|
|
||||||
const iceServers = [
|
const iceServers = [
|
||||||
{
|
{
|
||||||
urls: 'stun:35.165.123.117:5001?transport=udp',
|
urls: 'turn:192.168.13.233:5001?transport=udp',
|
||||||
username: 'user',
|
username: 'user',
|
||||||
credential: 'pass'
|
credential: 'pass'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
urls: 'turn:35.165.123.117:5001?transport=udp',
|
urls: 'turn:98.234.232.221:5001?transport=udp',
|
||||||
username: 'user',
|
username: 'user',
|
||||||
credential: 'pass'
|
credential: 'pass'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user