]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/live/live-video.model.ts
Fix getting live by anonymous user
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video.model.ts
index 2d31699413077eeadc2dc0996d9a23d8cbb2a1c2..d0f57f8834aedda7a0ef2a17e513c910967c1df3 100644 (file)
@@ -1,10 +1,10 @@
 import { LiveVideoLatencyMode } from './live-video-latency-mode.enum'
 
 export interface LiveVideo {
-  rtmpUrl: string
-  rtmpsUrl: string
-
-  streamKey: string
+  // If owner
+  rtmpUrl?: string
+  rtmpsUrl?: string
+  streamKey?: string
 
   saveReplay: boolean
   permanentLive: boolean