GitHub
Discord
Docs
Sign In
Capabilities
Video Conferencing
Deliver life-like video interactions
Live Streaming
Effortlessly build interactive live streams
Use Cases
Virtual Classrooms
Make online learning interactive
Fitness
Build a better workout experience
Telehealth
Expand medical care and education
Virtual Events
Add new event format in days
Audio Rooms
Build a crystal clear audio experience
Developers
Documentation
Start integrating with 4 lines of code
GET STARTED
Android
iOS
Javascript
React
Flutter
React Native
Blog
Events
Case Studies
API Status
Community
Examples
About
Pricing
Menu
Build live streams that are
Effortlessly build two-way interactive live streams into your product. Go live from any browser.
Live
00:00
John B
2 mins ago
We're going live
Anne
Hey guys!
Mike
1 min ago
What's up!
Jane
Let's gooo
Live: Best in Camera Tech
1204
TechTalk
Chat
import { HMSReactiveStore } from "@100mslive/hms-video-store"; const hms = new HMSReactiveStore(); const hmsActions = hms.getActions(); await hmsActions.join({ userName: "streamer", authToken: "<app-token>" }); await hmsActions.startHLSStreaming();