pub type ActiveCallStateRef = Arc<RwLock<ActiveCallState>>;
pub struct ActiveCallStateRef { /* private fields */ }