svrooij / teams-monitor

Send your Teams Status to any webhook in realtime
https://www.nuget.org/packages/SvRooij.TeamsMonitor/
GNU General Public License v3.0
64 stars 4 forks source link

Add the chat toggle action #12

Open matthijs110 opened 4 months ago

matthijs110 commented 4 months ago

While I was researching and reverse engineering the Microsoft Teams plugin of the Elgato Stream Deck, I noticed an action called ToggleChat:

// meetingController.js
TeamsMeetingController.prototype.toggleChat = function () {
    this.sendMeetingActionRequestToTeams("toggle-ui" /* ToggleUI */, "chat");
};

The toggle-ui action with the chat parameter toggles the chat window on the right side of a call window.