@qusaieilouti99/call-manager 0.1.128 → 0.1.129

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.
@@ -426,6 +426,11 @@ extension CallEngine: CallKitManagerDelegate {
426
426
  info.updateState(.active)
427
427
  info.wasHeldBySystem = false
428
428
  currentCallId = callId
429
+
430
+ // Re-configure audio when unheld
431
+ audioManager.configureAudioSession(forCallType: info.callType == "Video",
432
+ isIncoming: false)
433
+
429
434
  emitEvent(.callUnheld, data: ["callId": callId])
430
435
  }
431
436
  activeCalls[callId] = info
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qusaieilouti99/call-manager",
3
- "version": "0.1.128",
3
+ "version": "0.1.129",
4
4
  "description": "Call manager",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",