How would you implement persistant video calls
Answered
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
Answered by B33fb0n3
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
4 Replies
@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
Answer
@Saltwater Crocodile solved?
@B33fb0n3 <@524493936845258766> solved?
Saltwater CrocodileOP
Yes thanks for the idea, I'll check them out
happy to help