@capgo/capacitor-stream-call 0.0.63 → 0.0.64

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.
@@ -1081,7 +1081,7 @@ public class StreamCallPlugin : Plugin() {
1081
1081
  call = call,
1082
1082
  participant = currentLocal!!,
1083
1083
  style = RegularVideoRendererStyle().copy(isShowingConnectionQualityIndicator = false),
1084
- actionsContent = {_, _, _ -> {}},
1084
+ actionsContent = {_, _, _ ->},
1085
1085
  )
1086
1086
  }
1087
1087
  )
@@ -1693,6 +1693,7 @@ public class StreamCallPlugin : Plugin() {
1693
1693
  call = call,
1694
1694
  participant = currentLocal!!,
1695
1695
  style = RegularVideoRendererStyle().copy(isShowingConnectionQualityIndicator = false),
1696
+ actionsContent = {_, _, _ -> {}}
1696
1697
  )
1697
1698
  }
1698
1699
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-stream-call",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
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",