pub async fn conference_room_created( domain: String, room_id: Uuid, room_type: String, ) -> Result<StatusMessage, String>