b211106695
* Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
15 lines
478 B
TypeScript
15 lines
478 B
TypeScript
export * from './video-blacklist'
|
|
export * from './video-captions'
|
|
export * from './video-channels'
|
|
export * from './video-comments'
|
|
export * from './video-files'
|
|
export * from './video-imports'
|
|
export * from './video-live'
|
|
export * from './video-ownership-changes'
|
|
export * from './video-view'
|
|
export * from './video-rates'
|
|
export * from './video-shares'
|
|
export * from './video-stats'
|
|
export * from './video-studio'
|
|
export * from './video-transcoding'
|
|
export * from './videos'
|