Skip to content

Commit

Permalink
fix getUserMedia: Illegal invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
yofreke committed Sep 14, 2016
1 parent 3cb409f commit e5ab47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utils/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const getUserMedia = (
navigator.webkitGetUserMedia ||
navigator.mozGetUserMedia ||
navigator.msGetUserMedia
);
).bind(navigator);


export const supportsUserMedia = () => {
Expand Down

0 comments on commit e5ab47d

Please sign in to comment.