更新 frontend/src/utils/mediasoup-client.js
This commit is contained in:
@@ -215,7 +215,7 @@ export function createMediaEngine({ roomCode, userId, sendWithAck, logger = defa
|
|||||||
const info = await requestTransportInfo('send')
|
const info = await requestTransportInfo('send')
|
||||||
const iceServers = [
|
const iceServers = [
|
||||||
{
|
{
|
||||||
urls: 'turn:yl.z64.cn:3478?transport=udp',
|
urls: 'turn:123.6.102.114:3478?transport=udp',
|
||||||
username: 'echochat',
|
username: 'echochat',
|
||||||
credential: 'echochat_2026-1s32dswW@#'
|
credential: 'echochat_2026-1s32dswW@#'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user