Get state of Microsoft teams Call
-
- Posts: 13
- Joined: 29 Nov 2021, 16:31
Get state of Microsoft teams Call
Hello. I want to get state of Microsoft teams call. When a Team Call starts => Press hotkey. When the Teams call ends => Press hotkey.
Re: Get state of Microsoft teams Call
You could start or end a call/meeting with autohotkey. Have a look at this Teams library https://github.com/tdalon/ahk/blob/main/Lib/Teams.ahk
And then add the actions you want.
You could also watch for a Teams meeting window (see Teams_IsMeetingWindow) existing but this will then have to run permanently in the background.
If you describe more your use case this might motivate me to implement more precisely a solution for it.
And then add the actions you want.
You could also watch for a Teams meeting window (see Teams_IsMeetingWindow) existing but this will then have to run permanently in the background.
If you describe more your use case this might motivate me to implement more precisely a solution for it.