UNPKG

playable

Version:

Video player based on HTML5Video

10 lines (8 loc) 202 B
enum LiveState { NONE = 'live-state/none', INITIAL = 'live-state/initial', NOT_SYNC = 'live-state/not-sync', SYNC = 'live-state/sync', ENDED = 'live-state/ended', } export default LiveState;