i am willing to create video rooms with only 2 persons in it with twillio & node.js (express) & socket.io and for seeing how it works i cloned github quickstart from this link:
it had a few errors:
it could not recognize "Twilio" in javascipt so i changed existing link with cdn link
also i changed socket.io-client with with <script src="socket.io/socket.io.js"></script>
and deleted DetectRTC from code because it was causing errors in console and cleared all errors in console but it still does not works, regardless it does not logs any error. what is problem with this code? if anyone can fix it please post your answer below. Thanks!
(by the way this video guided me to that quickstart and as i see code in this video works but this quickstart does not