UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

18 lines 739 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HighInboundJitterWarningEvent = void 0; /** * Warning event issued when Jitter value is above 30 ms in 3 out of last 4 samples measured. * * @param type - `Trigger` when the warning is emitted, `Recover` when the warning is recovered. * @param mediaStreamType - The media stream type that the warning is related to. */ class HighInboundJitterWarningEvent { constructor(type, mediaStreamType) { this.type = type; this.mediaStreamType = mediaStreamType; this.name = "highInboundJitter"; } } exports.HighInboundJitterWarningEvent = HighInboundJitterWarningEvent; //# sourceMappingURL=HighInboundJitterWarningEvent.js.map