/*!
Signaling messages exchanged between used by MiniServer, MiniClient and signaling server
to facilitate communication in client-server topology.
*/
use crate::;
use ;
/// Enum consisting of two main categories are messages used to setup signaling session
/// and messages used to setup WebRTC connection afterwards.
/// All of the messages include [SessionId] which is enough to identify the other peer in the connection.