]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/live/live-video-event.type.ts
Add ability to save replay of permanent lives
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video-event.type.ts
1 export type LiveVideoEventType = 'state-change' | 'views-change'