Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Log File Appears to have Status / Presence Updates #28

Open
latetedemelon opened this issue Apr 2, 2024 · 5 comments
Open

New Log File Appears to have Status / Presence Updates #28

latetedemelon opened this issue Apr 2, 2024 · 5 comments

Comments

@latetedemelon
Copy link

As an FYI as you might be able to get this working more quickly than I. I'll take a look this weekend if possible.

C:\Users\username\AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\Logs

@AntoineGS
Copy link
Owner

I probably won't be working on this for some time as I am working on teams-status-rs.
Here is the regex I am using in my unreleased version of that exe that gets additional information from the log file if you want to use it:

UserPresenceAction:.*availability: (?<status>[a-zA-Z]*)

A PR is welcomed though ;)

@AntoineGS
Copy link
Owner

Bad news for the Availability (not sure about in call, not in call as I get those from their API now), it does not log going back to the 'Available' status. :(

@AntoineGS
Copy link
Owner

I just remembered someone had posted something here that could help you:
AntoineGS/teams-status-rs#7 (comment)

@latetedemelon
Copy link
Author

latetedemelon commented Jun 16, 2024

@AntoineGS I've forked the original repo and have it mostly working via monitoring the log file. Interestingly I'm having an issue triggering an update on "Available " but generally Availability is supported. More than happy if you want to steal anything, it's a real hack job (mine).

@AntoineGS
Copy link
Owner

Thanks, though I am not making active changes to this integration anymore as I am using the API-driven one now (which I have fallen behind on features too).
PRs are welcomed though, I will happily merge new features/upgrades into it. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants