lukasIO

Results 207 comments of lukasIO

Thanks for the report. To my knowledge it's not possible to simply "resume" a screen share track. Do you have an example of a web based app where this works...

thanks for the report, can you share a code snippet of how you're applying the capture options ? note that for `setMicrophoneEnabled` the capture options will only get applied on...

thanks for your patience with this! I believe I found the underlying issue which is that we cannot `applyConstraints` for these audio track settings. They have to be specified at...

Can you confirm that you don't receive a `unmute` event when maximising the window again? Which browser are you on? Does the same behaviour reproduce with other browsers?

are you able to reproduce this in the sample app using `pnpm sample` in this repo?

I see. I'm not very familiar with NW.js, but then probably this should be reported to NW.js as a bug as it seems to be not emitting the `unmute` event...

I'm guessing NW.js needs to wrap get display media APIs, similar to how electron has to. That could potentially explain why it works as expected in Chrome, but doesn't in...

thanks for the suggestion! I think we'd want to expose dedicated (feature based) methods instead of relying on a proxy for these kind of things. I don't see an immediate...

hi @holzgeist, thanks for the PR! We're still discussing internally when and how to exactly emit such an event. We'll come back to this once a decision has been made.

thank you for your efforts here, @holzgeist !