From 4a0f39e0aa7d2f66ad225f1c936ea87d56357325 Mon Sep 17 00:00:00 2001 From: shinyoshiaki Date: Tue, 21 May 2024 20:09:02 +0900 Subject: [PATCH] chore --- packages/ice/src/turn/protocol.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/ice/src/turn/protocol.ts b/packages/ice/src/turn/protocol.ts index 23650d5a..0fb2a790 100644 --- a/packages/ice/src/turn/protocol.ts +++ b/packages/ice/src/turn/protocol.ts @@ -339,10 +339,6 @@ class TurnClient implements Protocol { this.channelBinding = this.channelBind(channel.number, addr); this.channelRefreshAt = int(Date.now() / 1000) + this.channelRefreshTime; await this.channelBinding.catch((e) => { - // [ - // 400, - // "You cannot use the same channel number with different peer\u0000\u0000", - // ] log("channelBind error", e); throw e; });