TeamsLocalApi icon indicating copy to clipboard operation
TeamsLocalApi copied to clipboard

Unable to connect to new Teams

Open nmori opened this issue 2 years ago • 2 comments

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

nmori avatar Mar 16 '24 07:03 nmori

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

EionRobb avatar Aug 15 '24 08:08 EionRobb