@cemscale-voip/voip-sdk 1.54.0 → 1.54.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -957,6 +957,7 @@ The `WebRTCPhone` handles these scenarios automatically:
957
957
  |---------|----------|
958
958
  | **SIP transport reconnection** | Auto-reconnects up to 3 times (4s delay) if the WebSocket drops |
959
959
  | **Auto re-registration** | Re-sends SIP REGISTER after transport reconnects |
960
+ | **Auto-renewal before expiry** | Automatically renews SIP registration 60 seconds before it expires |
960
961
  | **Media recovery** | Reattaches remote audio after hold/unhold or renegotiation via `pc.ontrack` |
961
962
  | **ICE monitoring** | Emits `error` event when ICE connection enters `failed` or `disconnected` state |
962
963
  | **Autoplay detection** | Emits an `error` event (`AUTOPLAY_BLOCKED`) if the browser blocks audio playback |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cemscale-voip/voip-sdk",
3
- "version": "1.54.0",
3
+ "version": "1.54.1",
4
4
  "description": "VoIP SDK for CemScale multi-tenant platform — API client, WebRTC, React hooks",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",