]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/live/live-video.model.ts
Merge branch 'release/3.3.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video.model.ts
CommitLineData
a5cf76af 1export interface LiveVideo {
c6c0fa6c
C
2 rtmpUrl: string
3 streamKey: string
b5b68755 4 saveReplay: boolean
bb4ba6d9 5 permanentLive: boolean
c6c0fa6c 6}