export interface RTCIceServer { credential: string; urls: string[]; username: string; } //# sourceMappingURL=RTCIceServer.d.ts.map