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