Following the instructions when uploading to Teams the file is not able to be parsed. Using the Dev Portal to troubleshoot I could see this being reported:
bots[0].supportsCalling | Property "supportsCalling" has not been defined and the schema does not allow additional properties.
bots[0].supportsVideo | Property "supportsVideo" has not been defined and the schema does not allow additional properties.
Moved past that error and now it just says it can't parse the file. What I'm curious is as the default locale is en.json file and that is pointing to an older manifest schema. I don't see any visible errors other than the file can't be parsed.
Following the instructions when uploading to Teams the file is not able to be parsed. Using the Dev Portal to troubleshoot I could see this being reported:
bots[0].supportsCalling | Property "supportsCalling" has not been defined and the schema does not allow additional properties. bots[0].supportsVideo | Property "supportsVideo" has not been defined and the schema does not allow additional properties.
Per this article it looks like some values were added. So, I added these in and upgraded the schema to v1.11 and added in those values set to false.
https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema
Moved past that error and now it just says it can't parse the file. What I'm curious is as the default locale is en.json file and that is pointing to an older manifest schema. I don't see any visible errors other than the file can't be parsed.