This website requires JavaScript.
Explore
Help
Sign in
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
de7f11143f
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 11:44:23 -04:00
export
interface
LiveVideoUpdate
{
Add permanent live support
2020-12-03 08:10:54 -05:00
permanentLive?
:
boolean
Add ability to save live replay
2020-10-26 11:44:23 -04:00
saveReplay?
:
boolean
}
Copy permalink