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

NWJS blocking teams incoming video feed in Citrix #8242

Open
rahulrajanmhambrey opened this issue Dec 20, 2024 · 0 comments
Open

NWJS blocking teams incoming video feed in Citrix #8242

rahulrajanmhambrey opened this issue Dec 20, 2024 · 0 comments

Comments

@rahulrajanmhambrey
Copy link

rahulrajanmhambrey commented Dec 20, 2024

We have a citrix instance where we have teams running along with a NWJS app. We show a transparent nw window which is always visible. Whenever the nw window is being shown and a teams call is active, all incoming video feed is blacked out. As soon as we close the nw window, the feed starts showing up. This is only happening for the teams app. We tested in web teams and in Zoom, and there the issue is not happening

NW configuration
{ "name":"XYZ", "main": "start.html", "nodejs":true, "window": { "transparent": true, "frame": false, "kiosk": false, "show": false, "show_in_taskbar": false, "fullscreen": false, "always_on_top": true, "resizable": true, "position": "center", "width": 500, "height": 500, "toolbar": false, "title": "XYZ", "icon": "app_icon.png" }, "domain":"XYZ", "dependencies": { "axios": "1.6.7", "regedit": "3.0.3" }, "chromium-args": "--high-dpi-support=1 --force-device-scale-factor=1 --disable-devtools --disable-web-security --disable-features=MediaRouter", "node-remote": [ "file:///*", "http://*", "https://*" ] }

  • NW.js Version: 0.86
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

1 participant