This commit is contained in:
2023-10-01 14:26:20 +08:00
parent 63c53bbb36
commit fc5862aa8a
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ const turnServer = new turn({
debugLevel: 'ALL',
listeningIps: ['0.0.0.0'],
listeningPort: 3478,
relayIps: ['0.0.0.0'],
relayPort: 3478,
verbose: true
//relayIps: ['0.0.0.0'],
//relayPort: 3478,
//verbose: true
})
// 启动 TURN 服务器