Solutions
Use Cases
Industry
Live
00:00
John B
2 mins ago
We're going live
Anne
2 mins ago
Hey guys!
Mike
1 min ago
What's up!
Jane
1 min ago
Let's gooo
Live: Best in Camera Tech
1204
TechTalk
Chat
John B
2 mins ago
We're going live
Anne
2 mins ago
Hey guys!
Mike
1 min ago
What's up!
Jane
1 min ago
Let's gooo
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();