1 2 3 4 5 6 7
export const enum VideoState { PUBLISHED = 1, TO_TRANSCODE = 2, TO_IMPORT = 3, WAITING_FOR_LIVE = 4, LIVE_ENDED = 5 }