UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

18 lines 710 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CallQualityWarningEventType = void 0; /** * Represents the types of call quality warning events. */ var CallQualityWarningEventType; (function (CallQualityWarningEventType) { /** * Indicates that a call quality issue has been detected. */ CallQualityWarningEventType["Trigger"] = "Trigger"; /** * Indicates that a previously detected call quality issue has recovered. */ CallQualityWarningEventType["Recover"] = "Recover"; })(CallQualityWarningEventType || (exports.CallQualityWarningEventType = CallQualityWarningEventType = {})); //# sourceMappingURL=CallQualityWarningEventType.js.map