Home > other >  TEAMS status using PHP
TEAMS status using PHP

Time:02-10

Looking for some direction or a tutorial?

Goal: Get the status of my TEAMS group, (so I can light up some leds to mirror the status of each user.... 6 in total)

I read about a local file: C:\Users[user]\AppData\Roaming\Microsoft\Teams logs.txt... but apparently that only shows/logs your own personal status. (bummer)

I then kept reading about references to an MS Graphs API. (getting a little out my comfort zone with this one.. as its kinda confusing for me)

I went to 'Azure' and registered my 'app' (whatever that does).. and got some info.. which I'm guessing needs to be included in my set-up (for auth/tokens..etc) but I can not seem to find an easy/direct PHP example? Maybe this is just too difficult?

How can I use PHP to query/request/return the status (availability) of everyone in a specific group chat?

CodePudding user response:

  •  Tags:  
  • Related