IsmaelMartinez / teams-for-linux

Unofficial Microsoft Teams for Linux client
GNU General Public License v3.0
2.96k stars 240 forks source link

Custom Virtual Background #1447

Closed andresparilli closed 1 month ago

andresparilli commented 1 month ago

Choosing a virtual background for meetings can be helpful for several reasons:

Allowing users to add a custom background to meetings would be a great feature because it would give users more flexibility and control over their meeting experience. This could be especially helpful for users who want to represent their brand, hobbies, or interests in their virtual background.

glitchsys commented 1 month ago

This seems to be a limitation from Microsoft's web client and when it detects Linux.

IsmaelMartinez commented 1 month ago

Hi,

You can have a custom background, but you need to serve the images from a server.

We got an example in https://github.com/IsmaelMartinez/teams-for-linux/tree/develop/app/customBackground/example

More info in the https://github.com/IsmaelMartinez/teams-for-linux/tree/develop/app/config

Thanks