@capgo/capacitor-stream-call 0.0.89 → 0.0.90

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.
@@ -5,14 +5,12 @@ import android.app.PendingIntent
5
5
  import android.content.ComponentName
6
6
  import android.content.Intent
7
7
  import android.content.pm.ResolveInfo
8
- import io.getstream.log.taggedLogger
9
8
  import io.getstream.video.android.core.notifications.NotificationHandler
10
9
  import io.getstream.video.android.core.notifications.StreamIntentResolver
11
10
  import io.getstream.video.android.model.StreamCallId
12
11
 
13
12
  class CustomStreamIntentResolver(private val context: Application) : StreamIntentResolver {
14
13
 
15
- private val logger by taggedLogger("CustomIntentResolver")
16
14
  private val PENDING_INTENT_FLAG = PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE
17
15
 
18
16
  override fun searchIncomingCallPendingIntent(callId: StreamCallId, notificationId: Int): PendingIntent? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-stream-call",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "description": "Uses the https://getstream.io/ SDK to implement calling in Capacitor",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",