5.1.0 - 2022-08-26
Added
- Added capability to make subsequent
subscribe
requests in case the server responds with a503 - Service Unavailable
response (e.g., when subscribing for a certain service).KJS-959
- Added a new subscription configuration parameter:
config.subscription.serviceUnavailableMaxRetries
which can be used to override the default value of subscription re-attempts (i.e. 3 re-attempts).KJS-960
- Added a new subscription configuration parameter:
Fixed
- Fixed a Call issue where where remote video would not be added to the call in certain backend configurations.
KJS-1052
Changed
- Changed the subscription refresh interval to include a random component to better balance server load in extreme scenarios.
KJS-862
- Updated the
webrtc-adapter
package.KJS-911
- This affects the RTCIceCandidates that are received by the IceCollectionCheck function. The candidate's component property will now be polyfilled according to latest WebRTC spec, i.e., it will now explicitly be "rtp" or "rtcp" instead of "1" or "2".