Forum Discussion
AshwinKumar
Jan 21, 2021Copper Contributor
Is there a way to control Microsoft Teams Application with my application?
Are there any client apis exposed by Teams which i can use to control some basic settings of Teams or is there any other way which i can do it ?
Which settings exactly? There's the Graph API, and there's multitude of "policies" you can control via PowerShell...
- AshwinKumarCopper Contributor
VasilMichev I was thinking starting with Camera Toggle and Conference Mute features, and later on move on to other features.
Those are client-side actions, there are no controls for them afaik. If you want to pre-configure some settings, you can play with the settings json file under AppData, but that's not really a supported method, and changes can be overwritten on update.