@qusaieilouti99/call-manager 0.1.1 → 0.1.3

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.
@@ -62,7 +62,6 @@ class CallNotificationHelper(private val context: Context) {
62
62
  .setStyle(
63
63
  Notification.CallStyle.forIncomingCall(
64
64
  person,
65
- fullScreenPendingIntent,
66
65
  answerPendingIntent,
67
66
  declinePendingIntent
68
67
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qusaieilouti99/call-manager",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "call manager",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",