User Profile
HunaidHanfee-MSFT
Iron Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Re: Can I integrate a button or menu item next to each MS Teams contacts?
DmitiyChernyavskyi - It not supported to have a button in contacts. Currently these are the capabilities that we can build and integrate for Teams. Please have a look at the document to know more - Understand app capabilities - Teams | Microsoft Docs Thanks, Hunaid L Hanfee ----------------------------------------------------------------------------------------- If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.959Views0likes0CommentsRe: Root bot, skill bot and scaling
Hello, We have been trying to get a repro at our end, but it is working fine for us. Here's what we did - 1. We publish Skill to Azure 2. We publish RootBot to Azure. 3. We installed the manifest and interacted we got the response from skill. 4. We go to Azure and Scale out to two instance. Again interacted and we got response. Here we have not created any new app registration or given new app Id anywhere(if maybe needed). Please let us know if we are missing something.4.5KViews0likes0CommentsRe: Teams Notification Bot: TeamsInfo.getPagedMembers is sometimes not returning newly added members
alexkovalev - AAD Object Id of the user should be consistent for all the user. I think this would be enough for you to check. Have a look in doc as well - https://docs.microsoft.com/en-us/dotnet/api/microsoft.bot.schema.teams.teamschannelaccount?view=botbuilder-dotnet-stable#properties Let us know if you have any query. Thanks, Hunaid L Hanfee ----------------------------------------------------------------------------------------- If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.2.3KViews0likes2CommentsRe: Teams Notification Bot: TeamsInfo.getPagedMembers is sometimes not returning newly added members
alexkovalev, The User Principal Name is basically the ID of the user in Active Directory and sometimes might not be same as users’ email. If you change to UserPrincipal name for external/guest user you will not get the email Id(username) that they use for signing-in. One example for guest user - Adele Vance would be- Email - adelev@M365x6406.onmicrosoft.com UserPrincipalName- adelev_M365x6406.onmicrosoft.com#EXT#@M365x8852.onmicrosoft.com If this doesn't break your code then you can go ahead and change it. If you any query please let us know. Thanks, Hunaid L Hanfee ----------------------------------------------------------------------------------------- If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.2.3KViews0likes4CommentsRe: Teams Notification Bot: TeamsInfo.getPagedMembers is sometimes not returning newly added members
Hello @aelxkovalev, Can you please try once with nodeJs sample once and see if you are getting all member or is it the same behavior? Here the link - https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/javascript_nodejs/57.teams-conversation-bot Thanks2.4KViews0likes7CommentsRe: Teams Notification Bot: TeamsInfo.getPagedMembers is sometimes not returning newly added members
alexkovalev - I have tried myself and unable to have the repro at my end. I am getting all the user added as member or owner with the method - I am trying more to see if it there's some scenario when it doesn't work. Meanwhile can you try removing bot from team and install again or maybe check with other team if it working fine there.2.4KViews0likes0CommentsRe: Teams Notification Bot: TeamsInfo.getPagedMembers is sometimes not returning newly added members
Please let us know if there's update on this issue? Is it fixed or are you still looking for support? If yes, I have posted few question could you please answer those it will help to repro this at our end. Thanks.2.5KViews0likes11CommentsRe: Teams Notification Bot: TeamsInfo.getPagedMembers is sometimes not returning newly added members
Are these users added after adding bot? Are there only few user which are not being detected after adding bot in channel or is it for all? Can you share more detailed steps on how you have created the user and added them in team/channel maybe with screenshots so that we can have repro at our end? Thanks2.5KViews0likes0CommentsRe: How to add multiple (camera) video streams to an MS Teams meeting (video conference)?
russb-at-work - Explanation about the template is given in this video. Please see it for clarity. Thanks Hunaid L Hanfee ------------------------------------------------------------------------ If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.41KViews0likes0Comments
Recent Blog Articles
No content to show