mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-04 21:47:14 -04:00
modify layout for better viewing the own name
This commit is contained in:
parent
2883cdb270
commit
ffc3207d23
3 changed files with 31 additions and 2 deletions
|
@ -830,6 +830,15 @@ class Events {
|
|||
RTCPeer.config = {
|
||||
'sdpSemantics': 'unified-plan',
|
||||
'iceServers': [
|
||||
{
|
||||
urls: 'stun:stun.schuerz.at:5349'
|
||||
},
|
||||
{
|
||||
urls: 'turn:turn.schuerz.at:5349',
|
||||
username: 'local',
|
||||
credential: 'thu2aewo1iv8uFavoP8aichaiwai7zeech7o',
|
||||
},
|
||||
/*
|
||||
{
|
||||
urls: 'stun:stun.l.google.com:19302'
|
||||
},
|
||||
|
@ -841,5 +850,6 @@ RTCPeer.config = {
|
|||
username: 'openrelayproject',
|
||||
credential: 'openrelayproject',
|
||||
},
|
||||
*/
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue