-
-
Notifications
You must be signed in to change notification settings - Fork 317
Description
Can you reproduce this bug in the website/PWA?
Not applicable
Describe the bug
I have set the config to enable the thumbnail when screensharing , but nothing happens.
What package are you using?
rpm
Version
2.7.5
Reproduction steps
Start t4l
create a meeting
click share -> Screen/Window
pick display from picker window (or switch to windows and pick an ap, doesn't matter)
click shareExpected Behavior
A popup windows should appear showing the content I'm currently sharingDebug
ELECTRON_ENABLE_LOGGING=true teams-for-linux --logConfig='{}'
I need to provide that later.Additional context
My config.json does look like this:
{ "spellCheckerLanguages": [ "de-DE" ], "notificationMethod": "electron", "auth.intune.enabled": "true", "awayOnSystemIdle": "true", "enableIncomingCallToast": "true", "onNewWindowOpenMeetupJoinUrlInApp": "true", "media.video.menuEnabled": "true", "screenSharing": { "thumbnail": { "enabled": true, "alwaysOnTop": true } }, "logConfig": { "transports": { "file": { "level": "debug", "maxSize": 1000000, "format": "{processType} [{h}:{i}:{s}.{ms}] {text}" } } }, "graphApi": { "enabled": true }, "disableGpu": false }
The app is started like this:
/opt/teams-for-linux/teams-for-linux --ozone-platform=wayland %U
I'm running Fedora 42 on Gnome / Wayland.
Everything else in t4l works very well, I do not have any other problems.
Metadata
Metadata
Assignees
Labels
Projects
Status