This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
313228e9c3
PeerTube
/
shared
/
models
/
videos
/
live
/
live-video-update.model.ts
5 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add ability to save live replay
2020-10-26 10:44:23 -05:00
export
interface
LiveVideoUpdate
{
Add permanent live support
2020-12-03 07:10:54 -06:00
permanentLive?
:
boolean
Add ability to save live replay
2020-10-26 10:44:23 -05:00
saveReplay?
:
boolean
}