@qusaieilouti99/call-manager 0.1.134 → 0.1.136

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.
@@ -109,8 +109,8 @@ class CallManager : HybridCallManagerSpec() {
109
109
  }
110
110
  }
111
111
 
112
- override fun hasActiveCalls(): Boolean {
113
- Log.d(TAG, "hasActiveCalls (from JS)")
112
+ override fun hasActiveCall(): Boolean {
113
+ Log.d(TAG, "hasActiveCall (from JS)")
114
114
  ensureInitialized()
115
115
  return CallEngine.isCallActive()
116
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qusaieilouti99/call-manager",
3
- "version": "0.1.134",
3
+ "version": "0.1.136",
4
4
  "description": "Call manager",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",