We can integrate Recast AW into Teams.
To do so we can choose to create the Microsoft Teams app bundle, see https://docs.liquit.com/v44/docs/lws-mst-wizard-configuration
The wizard asks for the "user-facing display name for the application". This seems to be incorrect. This is not the user-facing name, it is the name of the App registration which will be created. In the manifest.json, this name is not being set so not used in the Teams app bundle this wizard creates.
We also would like extra features, which are:
The name what the user will see in Teams so we can change it ourself. (this will be set in the manifest.json)
Posibility to select customer specific logo's for the color.png and the outline.png icons
Both the png files and the manifest.json are part of the bundle the wizard creates and will be because of this, easier to be customized.
It this moment we have to do this manually.
Another small thing, is that in that the default logo which is added to the app bundle is the old Recast logo. Maybe nice to change it to the new logo, if no customer logo is added.