PeerTube/shared/models/videos/video-live.model.ts

5 lines
69 B
TypeScript

export interface VideoLive {
rtmpUrl: string
streamKey: string
}