]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/live/live-video-session.model.ts
Feature/Add replay privacy (#5692)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video-session.model.ts
index 2464e25703d8bcf3dc60176c40ac9d6981af8586..888c20a8a12016f1d4ece4f771e0f7ece2bbb892 100644 (file)
@@ -1,3 +1,4 @@
+import { VideoPrivacy } from '../video-privacy.enum'
 import { LiveVideoError } from './live-video-error.enum'
 
 export interface LiveVideoSession {
@@ -11,6 +12,8 @@ export interface LiveVideoSession {
   saveReplay: boolean
   endingProcessed: boolean
 
+  replaySettings?: { privacy: VideoPrivacy }
+
   replayVideo: {
     id: number
     uuid: string