@capgo/capacitor-stream-call 0.0.23 → 0.0.24

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.
@@ -11,7 +11,7 @@ class TouchInterceptView: UIView {
11
11
  // Ensure this view is transparent and doesn't interfere with display
12
12
  self.backgroundColor = .clear
13
13
  self.isOpaque = false
14
- print("TouchInterceptView setup with webView: \(webView) and overlayView: \(overlayView)")
14
+ // print("TouchInterceptView setup with webView: \(webView) and overlayView: \(overlayView)")
15
15
  }
16
16
 
17
17
  override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-stream-call",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
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",