Skip to main content

resolve_room_by_id

Function resolve_room_by_id 

Source
async fn resolve_room_by_id(
    state: &WebSocketServices,
    room_id: &str,
) -> Result<Arc<Room>, WebSocketCloseCode>