# 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`.