This commit is contained in:
2023-10-01 13:12:18 +08:00
parent e53d325150
commit c053b861d9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default class ClientList {
const webrtc_init = () => { const webrtc_init = () => {
const webrtc = new RTCPeerConnection({ const webrtc = new RTCPeerConnection({
iceServers: [{ iceServers: [{
urls: 'turns:satori.love:3478', urls: 'turn:satori.love:3478',
username: 'your-username', username: 'your-username',
credential: 'your-password', credential: 'your-password',
credentialType: 'password' credentialType: 'password'