widget/VideoBox

Vue SFC that makes a box containing a video element that will fit the size given by the element in which it called (in the caller component). It keeps the aspect ratio of the video and adapt the the rest of the box (black bars) to fit. It takes 2 props, an id for the video element so a feed can be set to it and a boolean show to show or hid the video. It is used as a widget. This component have the following dependency : Bootstrap-Vue for styling.

Props

Name Type Default value Required? Description
videoId String - Yes Identifies source with exact name reference.
show boolean - Yes Enable or disable the camera display.

module:widget/VideoBox

Disabled comment documentation Might use those eventually by forking jsdoc-vue-js so it can manage the author and version tag correctly
Version:
  • 1.0.0
Author:
Source: