UNPKG

playable

Version:

Video player based on HTML5Video

9 lines (8 loc) 218 B
declare 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;