import { LiveVideoError } from './live-video-error.enum'
export interface LiveVideoSession {
id: number
startDate: string
endDate: string
error: LiveVideoError
saveReplay: boolean
endingProcessed: boolean
replayVideo: {
uuid: string
shortUUID: string
}