IsmaelMartinez / teams-for-linux

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

IncomingCallCommand not working for Teams V2 #1195

Open Flofler opened 5 months ago

Flofler commented 5 months ago

Describe the bug After switching to Teams V2 the IncomingCallCommand won't be executed anymore, even with enabled "optInTeamsV2" flag.

To Reproduce

  1. Switch to Teams V2
  2. Command won't be executed anymore

Expected behavior I would like to have my command being executed after Teams Classic is not available anymore.

Screenshots

Desktop (please complete the following information):

teams-for-linux --incomingCallCommand command.sh

Additional context My command is in my PATH, so the application should be able to find it.

jijojosephk commented 5 months ago

This may not be possible in react based new version of teams.

IsmaelMartinez commented 5 months ago

I believe this is one of those parts now broken because the move from angular to react by microsoft.

elhennig commented 3 months ago

Is there a way to fix this very useful functionality? Or a chance to have to have it fixed?

IsmaelMartinez commented 3 months ago

Aye, but currently it is pretty different. I basically have no clue how to listen to those events in react as we did in angular, but I do suspect MS will be following a similar pattern. Basically, once we find the way to listen to these events, it will be easy to implement