trungnt1008

Results 3 comments of trungnt1008

Hi mans, did anyone resolve it?

I'm using your example code: const client = new ApiVideoClient({ apiKey: "YOUR_API_KEY" }); // create a video const videoCreationPayload = { title: "Maths video", // The title of your new...

It's my code throw error connect ECONNREFUSED 127.0.0.1:443 const ApiVideoClient = require('@api.video/nodejs-client').default; const client = new ApiVideoClient({ apiKey: configVideo.token, baseUri: 'https://sandbox.api.video' }); // create a video const videoCreationPayload = {...