TeamsLocalApi
TeamsLocalApi copied to clipboard
Unable to connect to new Teams
Phenomenon options.TpdApiTokenString is no longer output and the connection process fails.
Probable cause This may be due to a change in the Teams connection sequence specification.
Version Microsoft Teams : 24033.811.2738.2546 client 49/24020205516
Looks like API tokens have a handshaking process, rather than generating from teams and copy-pasting into the client. The TEAMS2HA project looks to have implemented it? https://github.com/jimmyeao/TEAMS2HA/blob/master/API/WebSocketManager.cs#L101