modify layout for better viewing the own name

This commit is contained in:
Jakobus Schürz (admin) 2023-02-16 02:22:40 +01:00
parent 2883cdb270
commit ffc3207d23
3 changed files with 31 additions and 2 deletions

View file

@ -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',
},
*/
]
}