-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The stream is not restored when the shared window page is minimized and then zoomed in on the NW.js #1179
Comments
I found that the following code was affected track unmute event:
When I skip this code and run it again, it's fine. |
Can you confirm that you don't receive a Which browser are you on? Does the same behaviour reproduce with other browsers? |
I didn't receive unmute event. |
When I commented out the following code in nwjs: |
are you able to reproduce this in the sample app using |
no, adaptation is required to used sample in nwjs env. |
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 |
I only use nwjs run webrtc sample, the unmute event is emitted. |
|
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 NW.js. |
Describe the bug
expect: the stream track unmute and re-publish;
Reproduction
A share a window page;
B view it good;
then the window of A is minimized;
B look black picture;
then the window of A is zoomed in;
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: