removed stun
This commit is contained in:
parent
34dbf7f917
commit
aff0a96f15
1 changed files with 9 additions and 9 deletions
|
|
@ -369,15 +369,15 @@ export default class AssistManager {
|
|||
return this.config;
|
||||
}
|
||||
return [
|
||||
{
|
||||
urls: [
|
||||
'stun:stun.l.google.com:19302',
|
||||
'stun:stun1.l.google.com:19302',
|
||||
'stun:stun2.l.google.com:19302',
|
||||
'stun:stun3.l.google.com:19302',
|
||||
'stun:stun4.l.google.com:19302',
|
||||
],
|
||||
},
|
||||
// {
|
||||
// urls: [
|
||||
// 'stun:stun.l.google.com:19302',
|
||||
// 'stun:stun1.l.google.com:19302',
|
||||
// 'stun:stun2.l.google.com:19302',
|
||||
// 'stun:stun3.l.google.com:19302',
|
||||
// 'stun:stun4.l.google.com:19302',
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
urls: 'turn:global.relay.metered.ca:443',
|
||||
username: 'e63d65356e9516340ab2199d',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue