//! Shared signaling protocol types used by both the relay server and client signaller.
//!
//! These types define the wire format for WebSocket messages exchanged between
//! peers and the relay during WebRTC signaling.
use ;
/// A signaling envelope exchanged between peers via the relay.
/// WebRTC signaling data carried inside a [`SignalEnvelope`].