/** * Shared SIP types. */ export interface IEndpoint { address: string; port: number; }