3.2.0
Add the ability to provide an iceServerGenerator
function when creating a connection using the createConnection
function provided by rtc-tools
.
Additionally, as this function is called by rtc-quickconnect
providing an iceServerGenerator
function to quickconnect initialization opts will allow you to specify this function there and have it applied when new connections are created as peers are discovered.
Thanks to @dugancathal for implementing this feature!