@qusaieilouti99/call-manager 0.1.87 → 0.1.89

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.
@@ -994,14 +994,6 @@ object CallEngine {
994
994
  }
995
995
 
996
996
  notificationManager.notify(NOTIF_ID, notification)
997
-
998
- // Also try to launch the activity directly as a backup
999
- try {
1000
- context.startActivity(fullScreenIntent)
1001
- } catch (e: Exception) {
1002
- Log.w(TAG, "Could not start activity directly: ${e.message}")
1003
- }
1004
-
1005
997
  playRingtone()
1006
998
  setInitialAudioRoute(callType)
1007
999
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qusaieilouti99/call-manager",
3
- "version": "0.1.87",
3
+ "version": "0.1.89",
4
4
  "description": "Call manager",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",