Text chat with GetStream.io
Overview
This React application demonstrates the integration of Stream’s chat messaging service into a video conference application built with Dolby.io.
Features | Tech Stack |
---|---|
|
|
Key concepts
Component hierarchy
At a high level, the component is responsible for initializing both the Dolby.io and Stream sessions. It also tracks how many participants have joined, and once two have joined, a Stream chat channel can be created.

Authentication server
A basic Express server is used to manage fetching authentication tokens for both Dolby.io and Stream services.
Demo
