sinch-rtc
Version:
RTC JavaScript/Web SDK
17 lines • 652 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZeroOutboundAudioLevelWarningEvent = void 0;
/**
* Warning issued when the audio level measurements of the outbound 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 ZeroOutboundAudioLevelWarningEvent {
constructor(type) {
this.type = type;
this.name = "zeroOutboundAudioLevel";
}
}
exports.ZeroOutboundAudioLevelWarningEvent = ZeroOutboundAudioLevelWarningEvent;
//# sourceMappingURL=ZeroOutboundAudioLevelWarningEvent.js.map