This commit is contained in:
parent
8d987c00a8
commit
cd1c023d03
@ -4,24 +4,24 @@ import * as mediasoupClient from 'mediasoup-client'
|
||||
import { io } from 'socket.io-client'
|
||||
|
||||
const ICE_SERVERS: RTCIceServer[] = [
|
||||
{
|
||||
urls: 'stun:stun.relay.metered.ca:80',
|
||||
},
|
||||
{
|
||||
urls: 'turn:global.relay.metered.ca:80',
|
||||
username: '4cad09c0111f423f5283814c',
|
||||
credential: 'B1dO8AGehex4o3pt',
|
||||
},
|
||||
{
|
||||
urls: 'turn:global.relay.metered.ca:80?transport=tcp',
|
||||
username: '4cad09c0111f423f5283814c',
|
||||
credential: 'B1dO8AGehex4o3pt',
|
||||
},
|
||||
{
|
||||
urls: 'turn:global.relay.metered.ca:443',
|
||||
username: '4cad09c0111f423f5283814c',
|
||||
credential: 'B1dO8AGehex4o3pt',
|
||||
},
|
||||
// {
|
||||
// urls: 'stun:stun.relay.metered.ca:80',
|
||||
// },
|
||||
// {
|
||||
// urls: 'turn:global.relay.metered.ca:80',
|
||||
// username: '4cad09c0111f423f5283814c',
|
||||
// credential: 'B1dO8AGehex4o3pt',
|
||||
// },
|
||||
// {
|
||||
// urls: 'turn:global.relay.metered.ca:80?transport=tcp',
|
||||
// username: '4cad09c0111f423f5283814c',
|
||||
// credential: 'B1dO8AGehex4o3pt',
|
||||
// },
|
||||
// {
|
||||
// urls: 'turn:global.relay.metered.ca:443',
|
||||
// username: '4cad09c0111f423f5283814c',
|
||||
// credential: 'B1dO8AGehex4o3pt',
|
||||
// },
|
||||
{
|
||||
urls: 'turns:global.relay.metered.ca:443?transport=tcp',
|
||||
username: '4cad09c0111f423f5283814c',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user