1
0
Fork 0
peertube/shared/models/videos/live/live-video.model.ts
2020-11-09 15:33:04 +01:00

5 lines
91 B
TypeScript

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