/** Ringtone type — caller dialing vs. callee ringing. */ export enum RingType { CALLER = 'caller', CALLEE = 'callee', }