The official documentation does not have any example for implementation in jQuery or plain JavaScript. We do not use Node for our projects unless specifically demanded which is rare.
Do we really have to limit our projects to v1? Or can someone point me to a related tutorial?
Twilio developer evangelist here.
If you're not using Node to install dependencies and build a client bundle then you can still use Twilio Video SDK version 2. You can do so by loading the SDK from the CDN here:
When you include that on the page you will then find the global
Twilio
object. You can use all the video functions from theVideo
namespace.You can see examples of this in the Video SDK documentation.
Let me know if this helps at all.