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