Skip to content

3.2.0

Compare
Choose a tag to compare
@DamonOehlman DamonOehlman released this 02 Aug 01:09
· 163 commits to master since this release

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!