chapin666 / kurento-group-call-node

kurento group call server
MIT License
54 stars 32 forks source link

ERROR : Failed to execute createObjectURL on chrome #10

Open sudhishvln opened 5 years ago

sudhishvln commented 5 years ago

Hi Chapin666,

This is the error we are facing when inspect the chrome browser for errors with your nodejs group call server.

Uncaught TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided. at WebRtcPeerSendonly.WebRtcPeer.showLocalVideo (WebRtcPeer.js:304)

Please do let me know if you have any suggestions.

Thanks & Regards, Sudhish sudhish.vandavasi@threemediatech.com

Malieh commented 4 years ago

This issue is related to the kurentu-utils library. It seems createObjectURL has been deprecated. The bug is making this application not to work.

coxjc commented 4 years ago

Go to server/static/bower.json, change the version of kurento-utils-js to 6.9.0, run bower install and you're set.