sinch-rtc
Version:
RTC JavaScript/Web SDK
17 lines • 731 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConstantOutboundAudioLevelWarningEvent = void 0;
/**
* Warning issued when standard deviation of audio level measurements of the outbound stream
* from last 20 seconds is lower then 0.5% of the maximum possible audio level value.
*
* @param type - `Trigger` when the warning is emitted, `Recover` when the warning is recovered.
*/
class ConstantOutboundAudioLevelWarningEvent {
constructor(type) {
this.type = type;
this.name = "constantOutboundAudioLevel";
}
}
exports.ConstantOutboundAudioLevelWarningEvent = ConstantOutboundAudioLevelWarningEvent;
//# sourceMappingURL=ConstantOutboundAudioLevelWarningEvent.js.map