User Profile
ChetanSharma-msft
Joined 5 years ago
User Widgets
Recent Discussions
Re: Client needs a "license" to see our app icon?
Hello culander - Could you please more information and repro steps like it is a 1st party app or custom app? Are you sideloading the app? Please share Manifest app package, so that we can check it once from our end and let us know if any other configuration is done in Teams Admin center.541Views0likes2CommentsRe: Connector Compatibility Issues with Updated Microsoft Teams
Hello ms-user-1 - Could you please confirm which Teams client library and Teams client versions you are using? Starting with TeamsJS library v.2.0.0, APIs in the settings namespace have been deprecated in favor of equivalent APIs in the pages namespace, including pages.getConfig() and other APIs in the pages.config sub-namespace. Please refer this documentation: https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-creating?view=msteams-client-js-latest1.7KViews0likes0CommentsRe: Connector Compatibility Issues with Updated Microsoft Teams
Hello Marcos_Almeida_360 - Sorry to ask but just wanted to clear how you are checking the channedId value? As per documentation here: https://learn.microsoft.com/en-us/javascript/api/%40microsoft/teams-js/microsoftteams.settings?view=msteams-client-js-1.13.1#@microsoft-teams-js-microsoftteams-settings-getsettings I can't see any parameter related to teamId or channelId. We can see only below values: Settings interface - Teams | Microsoft Learn Could you please share the steps so that we can quickly check and try to resolve this issue?1.7KViews0likes9CommentsRe: Upgrading teams graph client to the latest version
Yes, you can create it the Graph Client without token via passing client id, tenant id etc. You can refer this doc: Choose a Microsoft Graph authentication provider - Microsoft Graph | Microsoft Learn Refer this thread as well: c# - DelegateAuthenticationProvider not found after updating Microsoft Graph - Stack Overflow You can also update the Graph package from Visual Studio nuget packages.241Views0likes0CommentsRe: Why can't I see the messages sent to the teams channel via webhook on my cell phone?
Hello tanszhe2040 - Thanks for raising your query. We will look into it and let you know the updates. Can you please share the information where you are facing the issue in Android/iPhone including version details?354Views0likes2CommentsRe: Show Confirm Popup when joining meeting
Hello elrdevilliers - Thanks for raising your query. One way is to create a bot and install it in teams meeting. Once anyone join the meeting, you can capture the event and send some message or show poup accordingly: Reference sample: https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/meetings-events/nodejs/server/bot/botActivityHandler.js#L48 You can use dialog or show the button on Meeting stage view: https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/what-are-task-modules https://learn.microsoft.com/en-us/microsoftteams/platform/sbs-meetings-sidepanel?tabs=dev%2Cvs466Views0likes0CommentsRe: Microsoft Graph API - install app fails but installing via MS Teams UI succeeds
You can refer this documentation as well which support delegated permission: https://learn.microsoft.com/en-us/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0&tabs=http#permissions768Views0likes0Comments
Recent Blog Articles
No content to show