How would you implement persistant video calls
Unanswered
Saltwater Crocodile posted this in #help-forum
Saltwater CrocodileOP
Hi in my app I need to implement a video call session kinda like discord, where the user can navigate between pages while the video call stays open in a small popup.
I am wondering if anyone has done anything similar and if they have any advice on services/ web patterns I could use
I am wondering if anyone has done anything similar and if they have any advice on services/ web patterns I could use
1 Reply
@Saltwater Crocodile Hi in my app I need to implement a video call session kinda like discord, where the user can navigate between pages while the video call stays open in a small popup.
I am wondering if anyone has done anything similar and if they have any advice on services/ web patterns I could use
I like to use: https://livekit.com/ . If you host it yourself, its free to use. With it you can create rooms and tokens for them (if you want only specific user to join the room) and like that the room stays persistent and you can show it like however you want