清理注释

This commit is contained in:
2023-10-01 21:05:21 +08:00
parent 8a971bb8d3
commit 06de9f38c9
1 changed files with 1 additions and 12 deletions

View File

@ -5,18 +5,7 @@ import { exec } from 'child_process'
// 创建 TURN 服务器
const turnServer = new turn({
//authMech: 'long-term',
//credentials: {
// username: 'your-username',
// password: 'your-password',
//},
//authMech: 'none',
debugLevel: 'ALL',
//listeningIps: ['0.0.0.0'],
//listeningPort: 3478,
//relayIps: ['0.0.0.0'],
//relayPort: 3478,
//verbose: true
debugLevel: 'ALL'
})
// 启动 TURN 服务器