You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Firefox JavaScript Console there are messages like:
RTCIceServer.url is deprecated! Use urls instead.
And
Mandatory/optional in createOffer options is deprecated! Use {"offerToReceiveAudio":true,"offerToReceiveVideo":true} instead (note the case difference)!
The messages don't really bother me, but I suppose they might be dropped at some point. So should these be updated?
The text was updated successfully, but these errors were encountered:
Hi @albertosouza - I take it you are using the build at //cdn.jsdelivr.net/rtc/latest/rtc.min.js? If so, unfortunately that build hasn't been rebuilt in a while to take advantage of the updates to some of the other rtc.io packages, which include the correct use of FF offer constraints (although it still needs to use RTCIceServer.urls).
I've deployed a build a new 3.4.0 release now, but we're just waiting on the jsdelvr CDN to pick it up.
Additionally, as a note, I'll push out a 4.0.0 series release in a couple of days - rtc is still using the ^4.5 releases of rtc-quickconnect (the main underlying package), while this has moved onto a ^5 version.
In Firefox JavaScript Console there are messages like:
And
The messages don't really bother me, but I suppose they might be dropped at some point. So should these be updated?
The text was updated successfully, but these errors were encountered: