mobile devices sometimes don't like autplaying video
This commit is contained in:
parent
dab1a79fbb
commit
af2fe6ae6f
@ -73,7 +73,10 @@ define(
|
||||
|
||||
if ( itWorked ) {
|
||||
dialog.show();
|
||||
videoEl.play();
|
||||
try {
|
||||
videoEl.play();
|
||||
} catch ( err ) { }
|
||||
|
||||
updateVideoSize();
|
||||
|
||||
isRecording = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user