UNPKG

@skyway-sdk/core

Version:

The official Next Generation JavaScript SDK for SkyWay

10 lines 523 B
import type { TransportConnectionState } from '../../interface'; /**@internal */ export declare const setEncodingParams: (sender: RTCRtpSender, newEncodings: RTCRtpEncodingParameters[]) => Promise<void>; /**@internal */ export declare const isSafari: () => boolean; /**@internal */ export declare function convertConnectionState(state: RTCPeerConnectionState | 'reconnecting'): TransportConnectionState; /**@internal */ export declare const statsToJson: (report: RTCStatsReport) => any[]; //# sourceMappingURL=util.d.ts.map