Joining Room Options
Homepage
Users can access the homepage to define the desired room, set their username, and choose to join as Broadcaster or Viewer.
Broadcaster
URL: https://YOUR-DOMAIN-NAME/broadcast?id=ROOM-NAME&name=BROADCASTER-NAME
Broadcasters use this URL to access a specific room. Replace ROOM-NAME with the room identifier and BROADCASTER-NAME with the desired username.
Admin-only Broadcaster
When ADMIN_ONLY_BROADCAST broadcasting is enabled, only users who provide the ADMIN_TOKEN can become broadcasters. All other users are limited to view-only access.
URL: https://YOUR-DOMAIN-NAME/broadcast?id=ROOM-NAME&name=BROADCASTER-NAME&token=ADMIN_TOKEN
Broadcasters use this URL to access a specific room. Replace ROOM-NAME with the room identifier, BROADCASTER-NAME with the desired username, and ADMIN_TOKEN.
Viewer
URL: https://YOUR-DOMAIN-NAME/viewer?id=ROOM-NAME&name=VIEWER-NAME
Viewers use this URL to enter a room as observers. Replace ROOM-NAME with the room identifier and VIEWER-NAME with the desired username.
Viewer with Name Prompt
URL: https://YOUR-DOMAIN-NAME/home?id=ROOM-NAME
Viewers who wish to enter their name manually before joining a broadcast can use this URL.
Customization Options
It's important to note that users have the option to customize the values of ROOM-NAME, BROADCASTER-NAME, and VIEWER-NAME within the URLs to align with their preferences. This customization feature empowers them to participate in specific rooms with personally selected names, as they can readily replace these placeholders.