update git ignore
This commit is contained in:
parent
89f903f856
commit
0b1b2f1d90
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,6 +11,7 @@
|
|||||||
# production
|
# production
|
||||||
/dist
|
/dist
|
||||||
/dev-dist
|
/dev-dist
|
||||||
|
/src/config/rtcConfig.ts
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@ -15,5 +15,28 @@ export const rtcConfig: RTCConfiguration = {
|
|||||||
username: 'efQUQ79N77B5BNVVKF',
|
username: 'efQUQ79N77B5BNVVKF',
|
||||||
credential: 'N4EAUgpjMzPLrxSS',
|
credential: 'N4EAUgpjMzPLrxSS',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
urls: 'stun:stun.relay.metered.ca:80',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
urls: 'turn:global.relay.metered.ca:80',
|
||||||
|
username: 'cfd3dccc1b9162a136a80482',
|
||||||
|
credential: '1TgyKEd7B6iUxIn9',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
urls: 'turn:global.relay.metered.ca:80?transport=tcp',
|
||||||
|
username: 'cfd3dccc1b9162a136a80482',
|
||||||
|
credential: '1TgyKEd7B6iUxIn9',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
urls: 'turn:global.relay.metered.ca:443',
|
||||||
|
username: 'cfd3dccc1b9162a136a80482',
|
||||||
|
credential: '1TgyKEd7B6iUxIn9',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
urls: 'turns:global.relay.metered.ca:443?transport=tcp',
|
||||||
|
username: 'cfd3dccc1b9162a136a80482',
|
||||||
|
credential: '1TgyKEd7B6iUxIn9',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user