Updates from: 04/27/2023 06:04:27
Service Microsoft Docs article Related commit history on GitHub Change details
platform Build Apps For Anonymous User https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md
Anonymous users can view and interact with Adaptive Cards in the meeting chat. A
## Known issues and limitations
-* Side panel tabs and content bubbles aren't available for anonymous users. Anonymous users can still see app content shared to the meeting stage.
- * For an anonymous user, the user ID from `getContext` and the user ID received by the bot are different. It's not possible to correlate the two directly. If you need to track the user's identity between your tab and bot, you must prompt the user to authenticate with an external identity provider. * Anonymous users will see a generic app icon on bot messages and cards, instead of the app's actual icon. :::image type="content" source="../assets/images/apps-in-meetings/app-icon.png" alt-text="Screenshot shows how the app icon displays for anonymous user.":::
+* Channel meeting isn't supported for anonymous users.
+ ## Code sample |Sample name | Description | .NET |Node.js|
platform Design Teams App Basic Ui Components https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/design/design-teams-app-basic-ui-components.md
The illustrations on this page show how components look in Teams default (light)
## Microsoft Teams UI Kit
-Based on <a href="https://fluentsite.z22.web.core.windows.net/" target="_blank">Fluent UI</a>, the Microsoft Teams UI Kit includes components and patterns that are designed specifically for building Teams apps. In the UI kit, you can grab and insert the components listed here directly into your design and see more examples of how to use each component.
+Based on [Fluent UI react components](https://react.fluentui.dev/), the Microsoft Teams UI Kit includes components and patterns that are designed specifically for building Teams apps. In the UI kit, you can grab and insert the components listed here directly into your design and see more examples of how to use each component.
> [!div class="nextstepaction"] > [Get the Microsoft Teams UI Kit (Figma)](https://www.figma.com/community/file/916836509871353159).
Note: In Fluent UI, toggle is a type of checkbox.
Get code samples and implementation details for some of the components listed here and in the Microsoft Teams UI Kit. > [!div class="nextstepaction"]
-> [Try the components (Fluent UI)](https://fluentsite.z22.web.core.windows.net/)
+> [Try the Fluent UI react components](https://react.fluentui.dev/)