update rtc_config

This commit is contained in:
bingochaos
2025-08-28 22:56:20 +08:00
parent e02b43331e
commit c7226f2f2e
3 changed files with 3 additions and 4 deletions

View File

@@ -86026,7 +86026,7 @@
}
return (
(e.chatRecords = []),
(e.peerConnection = new RTCPeerConnection()),
(e.peerConnection = new RTCPeerConnection(e.rtcConfig)),
e.peerConnection.addEventListener(
'connectionstatechange',
(function () {