Is T3 good to build an application for one to one video chat using twilio webrtc go?
Requirements:
1. One to one video call with voice and realtime messaging
2. Authentication using oauth.
I am considering using Video WebRTC Go https://www.twilio.com/en-us/video/pricing instead of the WEBRTC or agora, as twilio is free for one to one video calls, I've also heard that implementing WEBRTC from scratch is time-consuming.
However, I came across a tutorial that involves creating an explicit Express server when building with Twilio, as seen in this link: https://www.twilio.com/blog/build-free-one-on-one-video-chat-webrtc-go-javascript.
My concern is whether this approach will work and scale well when deploying to Vercel in Next.js since Vercel's serverless functions have short lifetimes. Would using Twilio's server-less functions be a better option, or should I consider deploying the server part in another environment?
Any recommendations are comments about the current approach or some other scalable good approach are highly appreciated.
Video Pricing | Twilio
Learn about Twilio Video pricing and start building high quality video applications with no up-front cost. Claim a free trial credit for Video Groups and Video P2P, or launch and run for free with Video WebRTC Go.
0 Replies