mirror of
https://github.com/HumanAIGC-Engineering/OpenAvatarChat-WebUI.git
synced 2026-02-04 17:39: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 () {
|
||||
|
||||
2
dist/assets/index.js
vendored
2
dist/assets/index.js
vendored
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user