aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/live/live-video.model.ts
blob: 815a93804953fbdfe71c6f65287188e6f2d74de2 (plain) (blame)
1
2
3
4
5
6
7
8
export interface LiveVideo {
  rtmpUrl: string
  rtmpsUrl: string

  streamKey: string
  saveReplay: boolean
  permanentLive: boolean
}