I have created a Twilio video call app using the Serverless guide, everything is fine and good now I want to implement mute/unmute audio in this. Please help for this I’m new with node.js. Want to know that where I need to put code in conference.js. This is guide, which I used to install and video call is working perfect.
Tag: twilio-api
Enable CORS from a Node.JS Callback Function
I’m attempting to use Twilio Functions to handle token generation for my Twilio application. I previously was using a Node.js + Express Server to accomplish this, but I do not know how to figure out enable CORS in this type of environment. My Client Code looks like this: My function code looks like this: }; Worth noting, the console.log proves