| src | string | URL of the video file |
| autoPlay | boolean | When set to true, the video will automatically begin playback as soon as it can do so, without waiting for the entire audio file to finish downloading. |
| loop | boolean | When set to true, the video player will automatically seek back to the start upon reaching the end of the audio. |
| muted | boolean | when set to true, the audio will be initially silenced. |
| poster | string | A URL for an image to be shown while the video is downloading |
| videoStyle | VideoBubbleStyle | Styling properties and values of the element |