We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdba8d commit 9788a94Copy full SHA for 9788a94
www/xchatuser.js
@@ -188,9 +188,6 @@ class XChatUser {
188
189
this.rtcConn.onicecandidate = event => {
190
if (event.candidate) {
191
- if (candidate.includes("typ host") && candidate.includes(":")) {
192
- console.log("IPv6 candidate ignored:", candidate);
193
- }
194
this.candidateArr.push(event.candidate);
195
this.onicecandidate(event.candidate, this.candidateArr);
196
}
0 commit comments