Skip to content

Commit fd432dd

Browse files
zcbenzkevinsawicki
authored andcommitted
Fix the toDataUrl call in desktopCapturer
1 parent 446da67 commit fd432dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browser/desktop-capturer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ desktopCapturer.emit = function (event, name, sources) {
4545
results.push({
4646
id: source.id,
4747
name: source.name,
48-
thumbnail: source.thumbnail.toDataUrl()
48+
thumbnail: source.thumbnail.toDataURL()
4949
})
5050
}
5151
return results

0 commit comments

Comments
 (0)