f443a7464
a5cf76afa
c6c0fa6cd
df1db951c
b5b687550
bb4ba6d94
1 2
3
4
5 6
7
8
9
10
11
12
import { LiveVideoLatencyMode } from './live-video-latency-mode.enum' export interface LiveVideo { rtmpUrl: string rtmpsUrl: string streamKey: string saveReplay: boolean permanentLive: boolean latencyMode: LiveVideoLatencyMode }