You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using the minified CDN JS file, and code sourced from the demo - I've managed to get most of the code working by prefixing LivekitClient to the front of most objects - however it seems that E2EEWorker is not available on the LivekitClient object.
Describe the bug
Hi,
I'm currently using the minified CDN JS file, and code sourced from the demo - I've managed to get most of the code working by prefixing LivekitClient to the front of most objects - however it seems that E2EEWorker is not available on the LivekitClient object.
Reproduction
client-sdk-js/examples/demo/demo.ts
Line 111 in 78cf265
new E2EEWorker()
asnew LivekitClient.E2EEWorker()
Logs
No response
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: