How to determine in MS Teams app (based on teams-js.js library) if it runs in a desktop or a mobile
Maybe it can be based on context.app.host.name (https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/using-teams-client-library?tabs=javascript%2Cmanifest-teams-toolkit) but it looks like it is more to question teams X outlook and not to question desktop X mobile (enum here https://learn.microsoft.com/en-us/javascript/api/%40microsoft/teams-js/hostname?view=msteams-client-js-latest).
Microsoft Teams Bot connector failing on certificate
Our Microsoft Teams integration is using the NodeJS botframework-connector library.
About half of the time however it won’t respond to messages and we see the following in our logs:
How to create deeplink for teams custom app if app is running under M365 and Office context
We have developed one custom app for Microsoft Teams that uses an external provider for authentication.
Navigate to a specific static tab from configurable tab in microsoft teams
Wanted to navigate from configurable tabs to static tabs without redirecting the user to a new tab
Share external URL on Meeting Stage using teams-js
I’m currently developing a Teams App and came across this sample:
410 (Gone) HTTP status code, Connector configuration gone error thrown in New teams
When i configure a connector in the New Teams then we are not receiving any messages in the channel, because invalid webhook URL is obtained (using SDK method) which returns a 410 (Gone) HTTP status code when we make the POST call on that webhook URL.