]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/live/live-video-event-payload.model.ts
Support RTMPS
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video-event-payload.model.ts
index f9038f4defb5d05759549543bc6382c74dc47c8e..6cd7540e8a2f8f0b3bbc8013264c0ff193afe959 100644 (file)
@@ -1,5 +1,6 @@
 import { VideoState } from '../video-state.enum'
 
 export interface LiveVideoEventPayload {
-  state: VideoState
+  state?: VideoState
+  views?: number
 }