100ms SDK installed into existing project
Budget: $15 – $25 USD
I'm looking for someone to implement an SDK into my existing website. I'm a Swift developer who dabbles in full stack, and for some reason I'm having an issue implementing the SDK.
Here is a link to the documentation for the SDK https://www.100ms.live/docs/javascript/v2/foundation/live-streaming
What I already have:
-Account with 100ms
-Tokens setup for Audio only Rooms
-App Access Key -Is working in my IOS project
What's needed:
-100ms SDK setup into existing web project
-Video Conferencing with interactive live stream setup (minor customization needed, but is another project)
SDK Code Snippets:
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();
Here is a link to the documentation for the SDK https://www.100ms.live/docs/javascript/v2/foundation/live-streaming
What I already have:
-Account with 100ms
-Tokens setup for Audio only Rooms
-App Access Key -Is working in my IOS project
What's needed:
-100ms SDK setup into existing web project
-Video Conferencing with interactive live stream setup (minor customization needed, but is another project)
SDK Code Snippets:
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();