8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
export interface LiveVideo {
|
|
rtmpUrl: string
|
|
rtmpsUrl: string
|
|
|
|
streamKey: string
|
|
saveReplay: boolean
|
|
permanentLive: boolean
|
|
}
|