teams-for-linux icon indicating copy to clipboard operation
teams-for-linux copied to clipboard

For video and audio Chat change the UserAgent

Open mxsteini opened this issue 6 years ago • 4 comments

http://nelkinda.com/blog/microsoft-teams-on-linux/ This is really working. Just change the useragent.

mxsteini avatar Oct 19 '18 06:10 mxsteini

you will then have an issue with mentions (they are annoyingly disappear after hitting space).

IsmaelMartinez avatar Oct 19 '18 15:10 IsmaelMartinez

Actually, it is possible to have both mentions and video working, @Laxen would you mind explaining how you did it?

See the discussion here for more details.

brad avatar Oct 27 '18 05:10 brad

Yes, the discussion @brad linked shows how to get both mentions and calls working for Rambox. The solution for teams-for-linux is similar, you just execute the JavaScript code in the "dom-ready" event of the window. I might put this up as a pull request on this project, but it's kind of pointless since it's abandoned and won't get merged.

However this doesn't seem to work when upgrading Electron to 3.0.0 or later. I've posted this as an issue on a fork that seems to be active.

Laxen avatar Oct 27 '18 14:10 Laxen

Check this fork and star it! https://github.com/IsmaelMartinez/teams-for-linux It is currently supported! These issue was fixed sometime ago on that fork!

julian-alarcon avatar Mar 21 '19 18:03 julian-alarcon