100mslive / server-sdks

100ms server-side SDK for Node.js
4 stars 3 forks source link

Cannot read properties of undefined (reading 'SDK') #9

Open JacksonUtsch opened 8 months ago

JacksonUtsch commented 8 months ago

Error on creating HMS.SDK instance. Cannot read properties of undefined (reading 'SDK')

cfarvidson commented 6 months ago

I'm having the same issue. Any update?

cfarvidson commented 6 months ago

Turns out the following works in a next.js project.

import * as HMS from "@100mslive/server-sdk";
JacksonUtsch commented 6 months ago

Had additional issues with other SDKs w/o support, opted for using livekit being open source too. @cfarvidson