A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
As a workaround we do the following (you could put the sed command just before the last line of /usr/bin/teams):
- stop Teams app
- sed -i 's/enableScreenSharingToolbar":false/"enableScreenSharingToolbar":true/' ~/.config/Microsoft/Microsoft\ Teams/settings.json
- start Teams app
In practice this allows us to use the Linux client to control e.g. a Windows machine. Not the other way around.