You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have this issue:
root@vm3:~/node_modules/serverless-webrtc# node serverless-webrtc.js --create
/home/jaricek/node_modules/wrtc/lib/peerconnection.js:215
throw new Error('Invalid call to createOffer - function must either have
^
Error: Invalid call to createOffer - function must either have prototype ([config]) or (successCallback, failureCallback, [config]).
at RTCPeerConnection.createOffer (/home/jaricek/node_modules/wrtc/lib/peerconnection.js:215:13)
at makeOffer (/home/jaricek/node_modules/serverless-webrtc/serverless-webrtc.js:145:6)
at Object. (/home/jaricek/node_modules/serverless-webrtc/serverless-webrtc.js:41:3)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:945:3
root@vm3:~/node_modules/serverless-webrtc#
Any idea have I can fix it ? thx
The text was updated successfully, but these errors were encountered:
Hi,
I have this issue:
root@vm3:~/node_modules/serverless-webrtc# node serverless-webrtc.js --create
/home/jaricek/node_modules/wrtc/lib/peerconnection.js:215
throw new Error('Invalid call to createOffer - function must either have
^
Error: Invalid call to createOffer - function must either have prototype ([config]) or (successCallback, failureCallback, [config]).
at RTCPeerConnection.createOffer (/home/jaricek/node_modules/wrtc/lib/peerconnection.js:215:13)
at makeOffer (/home/jaricek/node_modules/serverless-webrtc/serverless-webrtc.js:145:6)
at Object. (/home/jaricek/node_modules/serverless-webrtc/serverless-webrtc.js:41:3)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:945:3
root@vm3:~/node_modules/serverless-webrtc#
Any idea have I can fix it ? thx
The text was updated successfully, but these errors were encountered: