fix: string wbstream has 3 occurrences

This commit is contained in:
zarazaex69
2026-05-03 12:02:02 +03:00
parent c8029b5239
commit a9fdf6c831

View File

@@ -45,6 +45,7 @@ const (
defaultTransport = "vp8channel"
dataTransport = "datachannel"
defaultDNSServer = "1.1.1.1:53"
carrierWBStream = "wbstream"
)
//nolint:gochecknoglobals // Mobile bindings expose a singleton runtime controlled by the embedding app.