Skip to content

Creating and joining a room

Ravi theja edited this page Sep 27, 2022 · 7 revisions

Table of Contents

Create a room

Create room from 100ms Dashboard & get the room_id & role of the created room. Room details page after creating the room gives you room_id and roles allowed in the room.

image

Join the room

*Before running the app locally make sure you update the environment file (.env) with the respective REACT_APP_TOKEN_GENERATION_ENDPOINT, the token endpoint will be present in the developer section on the dashboard.

Visit the URL : http://localhost:3000/meeting/<room_id>/<role> to join the room

image

Use any name & Click on join.

Moving on, lets go ahead and customize our app


Next Section Customizing your App
Previous Section Getting Started