Handle Multiple users with AI voice Assistant

Опубликовано: 14 Март 2026
на канале: Computing Power
372
10

In this video, we're going to update our AI voice assistant to handle multiple users at the same time.

The frontend will be updated to send a temporary user ID, implemented with UUID from the frontend to the backend in the Form data object
The backend will be updated to receive the user Id and use this new information to manage different a unique chat history for every user


0:00 - Introduction
0:20 - Explain problem
1:34 - Update Frontend
4:57 - Update Backend
11:44 - Test changes on backend
16:35 - Conclusion