fix(build): no audio/video on e2ee call - #1852
Conversation
- after build worker file was sitting at 'talk_desktop__dist/assets/' - webpack now resolves new Worker() from relative path and can not find a worker Assisted-by: ClaudeCode:claude-opus-5 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
|
Could you elaborate the solution? I understand that Before/After screenshots are from the web-client, not the Desktop client. |
Yes, incoming video stream is from desktop client From my understanding, worker is loaded (otherwise we'd see an error), but post and listen messages between worker and e2ee module are incorrectly established |
|
I can confirm that this works. I was experiencing the previous issues but built from source using this PR and calls are now working as expected |


☑️ Resolves
(test: /\.worker\.js$/)matched this file and put it through worker-loader, so output path istalk_desktop__dist/assets/[name].js?v=[contenthash]🖼️ Screenshots