]> Sergey Matveev's repositories - btrtrc.git/commit
Support ICE servers auth (#920)
authorMarco Vidonis <31407403+marcovidonis@users.noreply.github.com>
Tue, 26 Mar 2024 09:42:08 +0000 (09:42 +0000)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2024 09:42:08 +0000 (20:42 +1100)
commit1830d852ac651c36d62de1dd9f3c68eefd5f7049
treea229550a776571a8f621145fc6afd3002a2f5d44
parentd17250bc125e9f02fd16411461e37192430fc85c
Support ICE servers auth (#920)

* change ICEServers type in config to Pion-defined type
This allows specifying credentials for access to servers,
in particular TURN servers.

* add legacy support for ICEServers as []string
client.go
config.go
go.sum
webtorrent/tracker-client.go
webtorrent/transport.go
wstracker.go