@capgo/capacitor-stream-call 0.0.32 → 0.0.33

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.
@@ -163,7 +163,7 @@ class CustomNotificationHandler(
163
163
  return getNotification {
164
164
  priority = NotificationCompat.PRIORITY_HIGH
165
165
  setContentTitle(callerName)
166
- setContentText("Incoming call toto")
166
+ setContentText("Incoming call")
167
167
  setChannelId(channelId)
168
168
  setOngoing(true)
169
169
  setAutoCancel(false)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-stream-call",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
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",