// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//
// SPDX-License-Identifier: EUPL-1.2
//! Data types for call-in functionality.
/// The length of a numeric dial-in identifier
pub const DIAL_IN_NUMERIC_ID_LENGTH: usize = 10;
pub use CallInId;
pub use CallInInfo;
pub use CallInPassword;
pub use NumericId;