Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 1.01 KB

File metadata and controls

12 lines (6 loc) · 1.01 KB

Stream channels

Stream Channels are based on the room model. In a stream channel, users join a topic in order to send message to all users subscribed to that topic. Signaling enables each user to join multiple channels at the same time. Each channel can have unlimited topics and up to 128 simultaneous users. Topics have a higher message transmission rate, greater message concurrency capability, and enable synchronous transmission of audio and video data. You use topics for Metaverse, AR/VR, interactive games, real-time collaboration, and parallel manipulation applications.

Understand the code

For context on this sample, and a full explanation of the essential code snippets used in this project, read Stream channels

How to run this project

To see how to run this project, read the instructions in the main README or SDK quickstart.