@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
|
|