UNPKG

webrtc-issue-detector

Version:

WebRTC diagnostic tool that detects issues with network or user devices

3 lines (2 loc) 160 B
import { WebRTCStatsParsed } from '../types'; export declare const isSvcSpatialLayerChanged: (ssrc: number, allProcessedStats: WebRTCStatsParsed[]) => boolean;