One to One video call between Ai and User

57 Views Asked by At

I am developing an application that facilitates video chat between users and an AI (GPT model). The typical architecture of this app is as follows: I am utilizing VideoSDK-React for the video call service. I need to connect this service with a Node.js server in order to transmit audio (questions asked by the user) to the AI and relay the AI's responses back to the user.

enter image description here

I tried with creating singnaling server from scratch but the main functionality of project is to integrate gpt model as a one peer so decide to go with third party service sdk.

0

There are 0 best solutions below