@qusaieilouti99/call-manager 0.1.6 → 0.1.8

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.
@@ -27,6 +27,7 @@ class CallManagerModule(reactContext: ReactApplicationContext) :
27
27
 
28
28
  private var currentCallId: String? = null
29
29
  private var eventHandler: Callback? = null
30
+ private val notificationHelper by lazy { CallNotificationHelper(reactApplicationContext) }
30
31
 
31
32
  override fun getName(): String = NAME
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qusaieilouti99/call-manager",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "call manager",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",