1 2 3 4 5 6 7 8
export interface LiveVideo { rtmpUrl: string rtmpsUrl: string streamKey: string saveReplay: boolean permanentLive: boolean }