@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
9 lines • 712 B
JavaScript
export var KalturaEntryServerNodeStatus;
(function (KalturaEntryServerNodeStatus) {
KalturaEntryServerNodeStatus[KalturaEntryServerNodeStatus["authenticated"] = 3] = "authenticated";
KalturaEntryServerNodeStatus[KalturaEntryServerNodeStatus["broadcasting"] = 2] = "broadcasting";
KalturaEntryServerNodeStatus[KalturaEntryServerNodeStatus["markedForDeletion"] = 4] = "markedForDeletion";
KalturaEntryServerNodeStatus[KalturaEntryServerNodeStatus["playable"] = 1] = "playable";
KalturaEntryServerNodeStatus[KalturaEntryServerNodeStatus["stopped"] = 0] = "stopped";
})(KalturaEntryServerNodeStatus || (KalturaEntryServerNodeStatus = {}));
//# sourceMappingURL=KalturaEntryServerNodeStatus.js.map