UNPKG

@kaltura-ng/kaltura-client

Version:
9 lines 712 B
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