mirror of https://github.com/Chocobozzz/PeerTube
5 lines
69 B
TypeScript
5 lines
69 B
TypeScript
|
export interface VideoLive {
|
||
|
rtmpUrl: string
|
||
|
streamKey: string
|
||
|
}
|