// The STUN servers that will be used in the peer to peer connections
stunServers: [
// { urls: 'stun:domain.com:3478' },
{ urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' }
]
urls in the config is used meet-jit-si-turnrelay.jitsi.net, does that mean it needs meet-jit-si-turnrelay.jitsi.net to be available. What will happen if we change to our domain?