You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msteams-platform/concepts/build-and-test/app-developer-guidance-shared-private-channel.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,10 +71,8 @@ Before diving into implementation, learn about the different channel models avai
71
71
72
72
> [!NOTE]
73
73
>
74
-
> * Currently, only apps that include tabs are supported in private and shared channels in Microsoft Teams.
75
-
> * Tab apps in shared channels are available in [Government Community Cloud (GCC), GCC High, Department of Defense (DoD)](../cloud-overview.md#teams-app-capabilities), and [Teams operated by 21Vianet](../sovereign-cloud.md) environments.
76
-
> * SharePoint and the SharePoint pages apps aren't supported for shared channels in GCC, GCC High, DoD, and Teams operated by 21Vianet environments.
77
-
> * Bots and message extensions aren't supported in shared channels.
74
+
> - Tab apps in shared channels are available in [Government Community Cloud (GCC), GCC High, Department of Defense (DoD)](../cloud-overview.md#teams-app-capabilities), and [Teams operated by 21Vianet](../sovereign-cloud.md) environments.
75
+
> - SharePoint and the SharePoint pages apps aren't supported for shared channels in GCC, GCC High, DoD, and Teams operated by 21Vianet environments.
78
76
79
77
In addition to channel models and capabilities, understand how your team app behaves in these environments.
80
78
@@ -462,7 +460,7 @@ To support shared and private channels, set supportsChannelFeatures = tier1.
462
460
463
461
> [!NOTE]
464
462
>
465
-
> * This field might support other values in future iterations as feature support evolves.
463
+
> - This field might support other values in future iterations as feature support evolves.
466
464
467
465
Benefits of Declaring Tier1 Support:
468
466
@@ -579,9 +577,9 @@ Update your app manifest and permissions to support shared and private channels
579
577
580
578
> [!NOTE]
581
579
>
582
-
> * RSC permissions are optional.
583
-
> * You can choose to use regular permissions instead.
584
-
> * RSC is one way to access resources, and its use depends entirely on the app’s design.
580
+
> - RSC permissions are optional.
581
+
> - You can choose to use regular permissions instead.
582
+
> - RSC is one way to access resources, and its use depends entirely on the app’s design.
0 commit comments