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
For the upgrade from SIP.js 0.15.6 > 0.15.7 the EventEmitter related functions on Subscriber are removed. Think of .on('failure', message => retrySubscriptionAfterXTime(message))or.removeAllEventListeners()`.
Figure out how retrying subscriptions should be done in 0.15.7.
Expected behaviour
WebphoneLib supports 0.15.7
Actual behaviour
WebphoneLib subscriptions don't work anymore in 0.15.7
The text was updated successfully, but these errors were encountered:
Version
0.1.10-beta.3
File / Feature
For the upgrade from SIP.js 0.15.6 > 0.15.7 the EventEmitter related functions on Subscriber are removed. Think of .on('failure', message => retrySubscriptionAfterXTime(message))
or
.removeAllEventListeners()`.Figure out how retrying subscriptions should be done in 0.15.7.
Expected behaviour
WebphoneLib supports 0.15.7
Actual behaviour
WebphoneLib subscriptions don't work anymore in 0.15.7
The text was updated successfully, but these errors were encountered: