PeerTube/shared/models/videos/live/live-video.model.ts

9 lines
136 B
TypeScript

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