teams-monitor icon indicating copy to clipboard operation
teams-monitor copied to clipboard

Add the chat toggle action

Open matthijs110 opened this issue 9 months ago • 0 comments

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.

matthijs110 avatar May 04 '24 16:05 matthijs110