X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Flive%2Flive-video.model.ts;h=d0f57f8834aedda7a0ef2a17e513c910967c1df3;hb=961cbe4269e5f34639e29310fb3d90a6cb1bd6bc;hp=2d31699413077eeadc2dc0996d9a23d8cbb2a1c2;hpb=4495806f2f5045a0626ab64f43b5fc4deefe2ac0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/live/live-video.model.ts b/shared/models/videos/live/live-video.model.ts index 2d3169941..d0f57f883 100644 --- a/shared/models/videos/live/live-video.model.ts +++ b/shared/models/videos/live/live-video.model.ts @@ -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