mirror of
https://github.com/HumanAIGC-Engineering/OpenAvatarChat-WebUI.git
synced 2026-02-05 18:09:21 +08:00
update rtc_config
This commit is contained in:
2
dist/assets/index-legacy.js
vendored
2
dist/assets/index-legacy.js
vendored
@@ -86026,7 +86026,7 @@
|
||||
}
|
||||
return (
|
||||
(e.chatRecords = []),
|
||||
(e.peerConnection = new RTCPeerConnection()),
|
||||
(e.peerConnection = new RTCPeerConnection(e.rtcConfig)),
|
||||
e.peerConnection.addEventListener(
|
||||
'connectionstatechange',
|
||||
(function () {
|
||||
|
||||
Reference in New Issue
Block a user