const myPeer = new Peer(undefined, {
config: {
iceServers: [
{urls: 'stun:stun.l.google.com:19302'},
{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: 'webrtc@live.com',
},
],
}
})