Description
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