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