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

5 lines
69 B
TypeScript
Raw Normal View History

export interface LiveVideo {
rtmpUrl: string
streamKey: string
}