]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/live/live-video-update.model.ts
Support two factor authentication in backend
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video-update.model.ts
CommitLineData
f443a746
C
1import { LiveVideoLatencyMode } from './live-video-latency-mode.enum'
2
b5b68755 3export interface LiveVideoUpdate {
bb4ba6d9 4 permanentLive?: boolean
b5b68755 5 saveReplay?: boolean
f443a746 6 latencyMode?: LiveVideoLatencyMode
b5b68755 7}