Structs§
Enums§
- Projected
Peer BiHandoff - Result of offering one already-admitted, already-protected peer stream to
the OpenRTC-owned native protocol projection. A host must continue its own
protocol dispatch only for
Unhandled; there is still exactly one owner of the underlying incoming-stream queue.
Traits§
- Device
KeySigner - Host-owned private-storage bridge for the OpenRTC 2.0 per-install device proof key. OpenRTC never receives private key bytes and does not prescribe an interactive OS credential store. The host exposes only public JWK export and signing; Plutonium’s current shipping owner is its prompt-free, app-private store.
- Native
Broadcast Adapter - Private native relay mechanics boundary. Implementations resolve the non-secret allocation label to provider credentials inside Rust and never return those credentials through Tauri IPC.
- Transport
Installer - Host-supplied implementation for a native transport that cannot be bundled in the publishable Tauri plugin. The OpenRTC constructor remains the sole activation switch; registering an installer only declares compiled support.
Functions§
- handoff_
projected_ peer_ bi_ stream - Offer an already-admitted and application-protected stream from the embedding native host to OpenRTC’s typed IPC projection.
- init
- init_
from_ env - init_
with_ state