diff --git a/bigbluebutton-html5/imports/ui/components/external-video-player/component.jsx b/bigbluebutton-html5/imports/ui/components/external-video-player/component.jsx index ba060c69bdc891b28352a009560af7c3beeecf22..b659cd52dc4d3f846aa4290f59cc2ba56ebe874f 100644 --- a/bigbluebutton-html5/imports/ui/components/external-video-player/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/external-video-player/component.jsx @@ -57,9 +57,9 @@ class VideoPlayer extends Component { }, file: { attributes: { - controls: 'controls', - autoplay: 'autoplay', - playsinline: 'playsinline', + controls: true, + autoPlay: true, + playsInline: true, }, }, dailymotion: {