mobile devices sometimes don't like autplaying video

This commit is contained in:
Georg Fischer 2016-08-09 21:31:25 +02:00
parent dab1a79fbb
commit af2fe6ae6f

View File

@ -73,7 +73,10 @@ define(
if ( itWorked ) {
dialog.show();
videoEl.play();
try {
videoEl.play();
} catch ( err ) { }
updateVideoSize();
isRecording = true;