@qusaieilouti99/call-manager 0.1.6 → 0.1.7

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.
@@ -25,6 +25,8 @@ class CallManagerModule(reactContext: ReactApplicationContext) :
25
25
  const val PHONE_ACCOUNT_ID = "com.qusaieilouti99.callmanager.SELF_MANAGED"
26
26
  }
27
27
 
28
+
29
+ private val notificationHelper by lazy { CallNotificationHelper(reactApplicationContext) }
28
30
  private var currentCallId: String? = null
29
31
  private var eventHandler: Callback? = null
30
32
 
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.7",
4
4
  "description": "call manager",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",