openrtc-tauri-plugin 2.4.0

First-party Tauri v2 plugin for the OpenRTC native runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"$schema" = "schemas/schema.json"

[default]
description = """
Allows the application-intent OpenRTC native runtime surface. Raw transport
and operator diagnostics are intentionally excluded.
"""

permissions = [
  "runtime",
  "identity",
  "streams",
  "media",
]