Twilio voice and video token in node js Kahnu Help December 04, 2023 twilio 0 Comments const express = require ( 'express' ); const bodyParser = require ( 'body-parser' ); const twilio = require ( 'twilio' … Read more
twilio error - identity is required to be specified in options Kahnu Help November 15, 2023 javascript 0 Comments const accessToken = new AccessToken ( TWILIO_ACCOUNT_SID , TWILIO_API_KEY , TWILIO_API_SECRET , ); you have to p… Read more