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