This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
61b10c45ab
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 16:44:23 +01:00
export
interface
LiveVideoUpdate
{
Add permanent live support
2020-12-03 14:10:54 +01:00
permanentLive?
:
boolean
Add ability to save live replay
2020-10-26 16:44:23 +01:00
saveReplay?
:
boolean
}