@capgo/capacitor-stream-call 8.0.20 → 8.0.22

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.
package/README.md CHANGED
@@ -12,6 +12,17 @@ A Capacitor plugin that uses the [Stream Video SDK](https://getstream.io/) to en
12
12
 
13
13
  The most complete doc is available here: https://capgo.app/docs/plugins/streamcall/
14
14
 
15
+ ## Compatibility
16
+
17
+ | Plugin version | Capacitor compatibility | Maintained |
18
+ | -------------- | ----------------------- | ---------- |
19
+ | v8.\*.\* | v8.\*.\* | ✅ |
20
+ | v7.\*.\* | v7.\*.\* | On demand |
21
+ | v6.\*.\* | v6.\*.\* | ❌ |
22
+ | v5.\*.\* | v5.\*.\* | ❌ |
23
+
24
+ > **Note:** The major version of this plugin follows the major version of Capacitor. Use the version that matches your Capacitor installation (e.g., plugin v8 for Capacitor 8). Only the latest major version is actively maintained.
25
+
15
26
  ## Installation
16
27
 
17
28
  ```bash
@@ -12,7 +12,7 @@ import WebKit
12
12
  */
13
13
  @objc(StreamCallPlugin)
14
14
  public class StreamCallPlugin: CAPPlugin, CAPBridgedPlugin {
15
- private let pluginVersion: String = "8.0.20"
15
+ private let pluginVersion: String = "8.0.22"
16
16
  public let identifier = "StreamCallPlugin"
17
17
  public let jsName = "StreamCall"
18
18
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-stream-call",
3
- "version": "8.0.20",
3
+ "version": "8.0.22",
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",