export interface TelephonyCallConfig {
    /** How long to ring the recipient before giving up, in seconds. Note that this will also be limited by the provider's own constraints. */
    ringingTimeoutSecs?: number;
}
