Hey guys! I am trying to make a random video chat app on bubble.io! Right now I am using agora for video conferencing. I learned how to do a real time call between two users. However
I want to implement a random video chats between two users! If anybody knows how to get started or which video chat service to use please let me know!
You can keep your current Agora setup and add a simple matchmaking workflow in Bubble by storing users waiting for a call in a data type like Queue and matching the first two entries. Once paired, pass each other’s channel names or tokens and clear them from the queue. Looking at how omegle alternatives handle quick matching can give you a good feel for structuring the pairing logic without overcomplicating things.