bigbluebutton / bbb-playback

GNU Lesser General Public License v3.0
29 stars 40 forks source link

feat(player): add forward and back buttons #229

Closed germanocaumo closed 1 year ago

germanocaumo commented 1 year ago

Uses videojs-seek-buttons plugin to show seek buttons in the main player: image

The settings for the seconds to advance/back are the same as the keyboard shortcuts.

Fixes #228