1 2 3 4 5 6
export const enum VideoChannelSyncState { WAITING_FIRST_RUN = 1, PROCESSING = 2, SYNCED = 3, FAILED = 4 }