type IceServer = { urls: string[]; username?: string; credential?: string; }; export default IceServer;