Closed gregdolby closed 1 month ago
Latest commit: b759d9891fd3c12f0ceb903e19e410ad876fb25b
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Sample apps are not working but probably due to being in TS not fully converted
Sample apps should be working. Try runing 'nx reset' delete node_modules and package-lock. Also be sure to delete all node_modules in pacakges. The only node_modules that exist any more are in project root. I just validated that the apps work
This is a a fully converted TS SDK which builds/tests/starts and lints.
@Santiago-Souto could you take a good look over TransformWorker.worker.ts and Codecs.ts. I tried my best at typing those files using WebRTC type from MDN and reverse engineering the data in these files but I'm still not 100%.