UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 261 B
/** * Returns the max length for voice broadcasts: * - Tries to get the value from the voice_broadcast.max_length config * - If that fails from DEFAULTS * - If that fails fall back to four hours */ export declare const getMaxBroadcastLength: () => number;