[BUG] options.iceServers
are being ignored on the new Twilio SDK v1.14
#286
Labels
bug
Something isn't working
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Actual behavior:
It says in the code-base and the previous documentation that this should work but it doesn't.
The reason behind this issue is that on Twilio v1.14, you've introduced a new way of providing the
rtcConfiguration
here and if thertcConfiguration
isundefined
, theoptions
variable will hold a object like this:Of course, a quick solution on our end would be to wrap the
iceServers
into artcConfiguration
object or even use the new API, that been said I just wanted to highlight that this bug was introduced on this latest release.Expected behavior:
iceServers
options should not be ignored.The text was updated successfully, but these errors were encountered: