Skip to content
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

Share screen request window not show up after page reload on Edge on Windows 11 #1011

Open
manaclan opened this issue Jan 30, 2024 · 3 comments

Comments

@manaclan
Copy link

manaclan commented Jan 30, 2024

Describe the bug

User join a Room and publish sharescreen track to server. The first time page loaded, sharescreen window request showed up, everything worked fine. After that, reload page and share screen request window on Edge didn't show up.

Reproduction

room = new Room({
            adaptiveStream: false,
            videoCaptureDefaults: {
                resolution: {
                    width: 1280,
                    height: 720,
                    frameRate: 30,
                },
            },
            publishDefaults: {
                videoEncoding: {
                    maxBitrate: 1_500_000,
                    maxFramerate: 30,
                },
                screenShareEncoding: {
                    maxBitrate: 1_500_000,
                    maxFramerate: 30,
                },
                audioBitrate: 20_000,
                dtx: true,
                // only needed if overriding defaults
            },
            dynacast: true,
        });
shareScreenTracks = await room.localParticipant.createScreenTracks({ audio: false });

Logs

Clients Browser: Microsoft Edge Version 121.0.2277.83 (Official build) (64-bit)
System:
    OS: Windows 11 - 23H2 (OS build 22631.3085)
    Node JS: v16.20.2
    Windows default sound output device: Speakers
    Windows other audio output device: Headphones
  Binaries:
    Node: v16.20.2
    npm: 8.19.4 
  npmPackages:
    livekit-client: 1.4.1

System Info

No responses

Severity

annoyance

Additional Information

No response

@lukasIO
Copy link
Contributor

lukasIO commented Jan 30, 2024

Hi,
thanks for the report. You selected blocking an upgrade - is this a change in behaviour when trying to update the livekit-client version?

I see that you currently have v1.4.1 installed, can you try with the latest version?

@manaclan
Copy link
Author

Hi, sorry i mistakenly selected the blocking an upgrade option it should be annoyance.
About upgrading to latest version, I've tried updated to the latest version 1.15.10 but the problem still remained.

@lukasIO
Copy link
Contributor

lukasIO commented Jan 31, 2024

can you reproduce this on meet.livekit.io?

If so, please post the complete client logs.
If it's not reproducible on meet.livekit.io we'll need a ready-to-run reproduction sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants