sinch-rtc
Version:
RTC JavaScript/Web SDK
17 lines • 645 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZeroInboundAudioLevelWarningEvent = void 0;
/**
* Warning issued when the audio level measurements of the inbound rtp audio stream from
* last 2 seconds are equal to 0.
*
* @param type - `Trigger` when the warning is emitted, `Recover` when the warning is recovered.
*/
class ZeroInboundAudioLevelWarningEvent {
constructor(type) {
this.type = type;
this.name = "zeroInboundAudioLevel";
}
}
exports.ZeroInboundAudioLevelWarningEvent = ZeroInboundAudioLevelWarningEvent;
//# sourceMappingURL=ZeroInboundAudioLevelWarningEvent.js.map