pub type CallIdRouter = Arc<Mutex<HashMap<u64, String>>>;Expand description
Shared routing table: maps call_id → session_id for BridgeResponse routing. The connection handler uses this to determine which session a BridgeResponse belongs to (since BridgeResponse has call_id but no session_id).
Aliased Type§
pub struct CallIdRouter { /* private fields */ }