Skip to content

Commit 9788a94

Browse files
committed
升级支持房间频道隔离
1 parent 5cdba8d commit 9788a94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

www/xchatuser.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ class XChatUser {
188188

189189
this.rtcConn.onicecandidate = event => {
190190
if (event.candidate) {
191-
if (candidate.includes("typ host") && candidate.includes(":")) {
192-
console.log("IPv6 candidate ignored:", candidate);
193-
}
194191
this.candidateArr.push(event.candidate);
195192
this.onicecandidate(event.candidate, this.candidateArr);
196193
}

0 commit comments

Comments
 (0)