openrtc-tauri-plugin 1.0.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
15
16
17
# OpenRTC Tauri Plugin

First-party Tauri v2 host integration for the native OpenRTC runtime.

```toml
[dependencies]
openrtc-tauri-plugin = "1.0.0"
```

The plugin owns native managed-session startup, auth relay, lifecycle events,
and host-reported transport capabilities. Product protocols, filesystem policy,
queues, and UI state remain application responsibilities. Optional transport
features mirror the core crate: `transport-lan`, `transport-webrtc`,
`transport-moq`, and `transport-ble`.

Rust 1.91 or newer is required. JavaScript consumers should pair this crate
with `openrtc@1.0.0` and `openrtc-tauri@1.0.0`.