Revert "[client] Supress ICE signaling (#5820)"

This reverts commit 5a89e6621b.
This commit is contained in:
Zoltán Papp
2026-04-24 16:31:55 +02:00
parent f732b01a05
commit c187dcac0a
11 changed files with 63 additions and 567 deletions

View File

@@ -10,7 +10,7 @@ const (
EnvKeyNBForceRelay = "NB_FORCE_RELAY"
)
func IsForceRelayed() bool {
func isForceRelayed() bool {
if runtime.GOOS == "js" {
return true
}