Re: How to distinguish between different MS Teams statuses

2021-07-22 Thread Alex Zavatone via Cocoa-dev
It seems that it would be tough. How can you check if it’s happening in a browser? And what if I move the window to the other monitor? > On Jul 22, 2021, at 12:45 PM, Gabriel Zachmann via Cocoa-dev > wrote: > > My questions is quite simple: > is it possible to determine - in my own app - whet

Re: How to distinguish between different MS Teams statuses

2021-07-22 Thread Ben Kennedy via Cocoa-dev
> On 22 Jul 2021, at 10:45 am, Gabriel Zachmann via Cocoa-dev > wrote: > > is it possible to determine - in my own app - whether or not there is an MS > Teams video call taking place at the moment? The only correct answer to that depends on whether Microsoft Teams provides API that vends su

How to distinguish between different MS Teams statuses

2021-07-22 Thread Gabriel Zachmann via Cocoa-dev
My questions is quite simple: is it possible to determine - in my own app - whether or not there is an MS Teams video call taking place at the moment? So far, i have been checking whether or not MS Teams is running by the following snippet (omitting some of the safety guards): let mainScreen =