]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/live/live-video-event-payload.model.ts
Add watch messages if live has not started
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video-event-payload.model.ts
1 import { VideoState } from '../video-state.enum'
2
3 export interface LiveVideoEventPayload {
4 state: VideoState
5 }