1
0
Fork 0
peertube/shared/models/videos/live/live-video.model.ts
2021-11-05 11:38:17 +01:00

8 lines
136 B
TypeScript

export interface LiveVideo {
rtmpUrl: string
rtmpsUrl: string
streamKey: string
saveReplay: boolean
permanentLive: boolean
}