Forum Discussion
Is there a way to control Microsoft Teams Application with my application?
Which settings exactly? There's the Graph API, and there's multitude of "policies" you can control via PowerShell...
- AshwinKumarJan 21, 2021Copper Contributor
VasilMichev I was thinking starting with Camera Toggle and Conference Mute features, and later on move on to other features.
- VasilMichevJan 21, 2021MVP
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.
- AshwinKumarJan 21, 2021Copper Contributor
VasilMichev is there a road map on providing this client api's in future ? In my internet search there was a road map in 2020 but it seems this was removed.
My requirement is dynamic change in Teams application controls on their system (client side) itself for now. Like instead of muting the call in Teams application I want to mute it in my application itself without leaving it, looks like appdata json file settings wont be reflected dynamically on the application.
- Jan 21, 2021AFAIK no, these features are not available to change