#3 update
All checks were successful
Deploy / deploy (push) Successful in 31s

This commit is contained in:
Никита Круглицкий 2025-10-01 23:24:27 +06:00
parent 8d987c00a8
commit cd1c023d03

View File

@ -4,24 +4,24 @@ import * as mediasoupClient from 'mediasoup-client'
import { io } from 'socket.io-client' import { io } from 'socket.io-client'
const ICE_SERVERS: RTCIceServer[] = [ const ICE_SERVERS: RTCIceServer[] = [
{ // {
urls: 'stun:stun.relay.metered.ca:80', // urls: 'stun:stun.relay.metered.ca:80',
}, // },
{ // {
urls: 'turn:global.relay.metered.ca:80', // urls: 'turn:global.relay.metered.ca:80',
username: '4cad09c0111f423f5283814c', // username: '4cad09c0111f423f5283814c',
credential: 'B1dO8AGehex4o3pt', // credential: 'B1dO8AGehex4o3pt',
}, // },
{ // {
urls: 'turn:global.relay.metered.ca:80?transport=tcp', // urls: 'turn:global.relay.metered.ca:80?transport=tcp',
username: '4cad09c0111f423f5283814c', // username: '4cad09c0111f423f5283814c',
credential: 'B1dO8AGehex4o3pt', // credential: 'B1dO8AGehex4o3pt',
}, // },
{ // {
urls: 'turn:global.relay.metered.ca:443', // urls: 'turn:global.relay.metered.ca:443',
username: '4cad09c0111f423f5283814c', // username: '4cad09c0111f423f5283814c',
credential: 'B1dO8AGehex4o3pt', // credential: 'B1dO8AGehex4o3pt',
}, // },
{ {
urls: 'turns:global.relay.metered.ca:443?transport=tcp', urls: 'turns:global.relay.metered.ca:443?transport=tcp',
username: '4cad09c0111f423f5283814c', username: '4cad09c0111f423f5283814c',