UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 194 B
/** * Status of the stream key * @export * @enum {string} */ export declare enum StreamKeyStatus { ASSIGNED = "ASSIGNED", UNASSIGNED = "UNASSIGNED" } export default StreamKeyStatus;