Multiparty Demo

Course 2 is where the concepts from Course 1 turn into a working application you can run and verify. You will first make sure the backend is running and reachable, then connect the browser app to it and validate a real multiparty room flow from join to media rendering.

The two coding exercises are connected: the backend URL from the first one is used directly in the frontend build step. If you would like more detail on session and token setup before starting, see Create session and Create token.

By the end of this course:

  • backend is deployed and reachable,
  • frontend is connected to that backend,
  • local and remote streams render correctly in the room.

How this course flows

  1. You review backend session/token handling in a practical way.
  2. You run Deploy the Backend and keep the backend URL.
  3. You use that URL in the frontend steps.
  4. You complete Build the Application and verify the full flow.