Fix the toDataUrl call in desktopCapturer
This commit is contained in:
parent
446da677b5
commit
fd432ddbc9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ desktopCapturer.emit = function (event, name, sources) {
|
|||
results.push({
|
||||
id: source.id,
|
||||
name: source.name,
|
||||
thumbnail: source.thumbnail.toDataUrl()
|
||||
thumbnail: source.thumbnail.toDataURL()
|
||||
})
|
||||
}
|
||||
return results
|
||||
|
|
Loading…
Reference in a new issue