async fn resolve_handshake_room(
state: &WebSocketServices,
auth_payload: &AuthPayload,
) -> Result<Arc<Room>, WebSocketCloseCode>Expand description
Selects the candidate room without trusting decoded claims.
async fn resolve_handshake_room(
state: &WebSocketServices,
auth_payload: &AuthPayload,
) -> Result<Arc<Room>, WebSocketCloseCode>Selects the candidate room without trusting decoded claims.