UNPKG

webrtc-issue-detector

Version:

WebRTC diagnostic tool that detects issues with network or user devices

3 lines (2 loc) 213 B
import { WebRTCStatsParsedWithNetworkScores } from '../types'; export declare const isDtxLikeBehavior: (ssrc: number, allProcessedStats: WebRTCStatsParsedWithNetworkScores[], stdDevThreshold?: number) => boolean;