sinch-rtc
Version:
RTC JavaScript/Web SDK
9 lines • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimerEventType = void 0;
var TimerEventType;
(function (TimerEventType) {
TimerEventType[TimerEventType["Termination"] = 0] = "Termination";
TimerEventType[TimerEventType["ACKWindowEnd"] = 1] = "ACKWindowEnd";
})(TimerEventType || (exports.TimerEventType = TimerEventType = {}));
//# sourceMappingURL=TimerEventType.js.map