UNPKG

p2p-media-loader-core

Version:
4 lines (3 loc) 266 B
export declare function getRTCError(event: Event, fallbackMessage?: string): Error; export declare function getRTCErrorMessage(event: Event, fallbackMessage?: string): string; export declare function isTerminalConnectionState(state: RTCIceConnectionState): boolean;