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

@@ -66214,7 +66214,7 @@ const ba = i5('visionStore', {
const n = ba()
this.streamState === 'closed'
? ((this.chatRecords = []),
(this.peerConnection = new RTCPeerConnection()),
(this.peerConnection = new RTCPeerConnection(this.rtcConfig)),
this.peerConnection.addEventListener('connectionstatechange', async (t) => {
switch (this.peerConnection.connectionState) {
case 'connected':