Re: How to distinguish between different MS Teams statuses

2021-07-23 Thread Gabriel Zachmann via Cocoa-dev
>> So far, i have been checking whether or not MS Teams is running by the >> following snippet (omitting some of the safety guards): > > That code is answering the wrong question. It might appear to provide the > state of some running apps, but all it actually does is indicate the presence >

Re: How to distinguish between different MS Teams statuses

2021-07-23 Thread Gabriel Zachmann via Cocoa-dev
> It seems that it would be tough. How can you check if it’s happening in a > browser? yes, any video conferencing via browser is pretty much undetectable , I guess. That is OK. I would be happy if I could detect some of the more common video conferencing tools. With Zoom, Webex, and

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 -

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

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 =