Joining Room Options
Homepage
Users can access the homepage to sign in with a username. Once signed in, they can see connected users and initiate a video call with a single click.
User 1 Join
URL: https://YOUR-DOMAIN-NAME/join?user=USER-1
Allows a user to join directly with a username specified via URL parameter. Replace USER-1 with the desired username to skip the sign-in step.
User 2 auto-calls User 1
URL: https://YOUR-DOMAIN-NAME/join?user=USER-2&call=USER-1
Allows USER-2 to join and automatically initiate a video call to USER-1. Both the caller username and the recipient are preconfigured in the URL.
Customization
Replace USER-1 and USER-2 in the URLs with your preferred usernames to personalize the call experience.