Fix depricated api
This commit is contained in:
parent
8f5c0efd3f
commit
61351cd022
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ RTCPeer.config = {
|
|||
}, {
|
||||
urls: 'stun:stun.l.google.com:19302'
|
||||
}, {
|
||||
url: 'turn:192.158.29.39:3478?transport=tcp',
|
||||
urls: 'turn:192.158.29.39:3478?transport=tcp',
|
||||
credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=',
|
||||
username: '28224511:1379330808'
|
||||
}]
|
||||
|
|
Loading…
Reference in a new issue