]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/live/live-video.model.ts
Add watch messages if live has not started
[github/Chocobozzz/PeerTube.git] / shared / models / videos / live / live-video.model.ts
CommitLineData
a5cf76af 1export interface LiveVideo {
c6c0fa6c
C
2 rtmpUrl: string
3 streamKey: string
4}