shared channels
20 TopicsUnable to get custom Teams app supported in shared channel
Hello everyone, I'm developing a Teams app which is working fine apart that I cannot the app supported in Teams shared channels. The app is a configurable tab app with no bots and no personal / static tabs Here is my manifest file: { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.23/MicrosoftTeams.schema.json", "manifestVersion": "1.23", "version": "1.6.5", "id": "135a5af5-6bf3-XXXX-XXXX-XXXXXXXXXXXX", "developer": { "name": "COMPANY", "websiteUrl": "https://www.company.com/", "privacyUrl": "https://www.company.com/privacy", "termsOfUseUrl": "https://www.company.com/termsofuse", "mpnId": "XXXXXXX" }, "icons": { "color": "color.png", "outline": "outline.png" }, "name": { "short": "APP name", "full": "Full app name" }, "description": { "short": "A useful configurable Teams app", "full": "useful Teams app" }, "accentColor": "#FFFFFF", "configurableTabs": [ { "configurationUrl": "https://app.example.com/setup", "canUpdateConfiguration": true, "scopes": [ "team" ], "context": [ "channelTab" ] } ], "supportedChannelTypes": [ "privateChannels", "sharedChannels" ], "webApplicationInfo": { "id": "e11ad337-b136-XXXX-XXXX-XXXXXXXXXXXX", "resource": "api://app.example.com/e11ad337-b136-XXXX-XXXX-XXXXXXXXXXXX" }, "bots": [], "composeExtensions": [], "permissions": [ "identity" ], "validDomains": [ "app.example.com" ] } Does anyone have a similar issue? I've also tried to recreate the app using the Teams Developer Portal, but with no luck. Thank you Tobias96Views0likes0CommentsShared channel site using Managed Properties
Does anyone know if I can use Managed Properties in a document library that is on a Shared Channel Site in Teams? My admin wants to change one of my communication sites to a Shared channel site but I am using the documents in the library in a number of Highlighted content webparts using managed properties and I am not sure they will work if they are moved. Has anyone done this?55Views1like0CommentsAdditional permissions are required for FileBrowser when collaborating externally
Hello! I hope you can help. My colleague has access to an externally hosted MS Teams shared channel. They can collaborate within the channel fine, however when they navigate to the 'Files' tab and select a file (such as Word or PowerPoint) they are asking to provide additional permissions to the FileBrowser (shown in the screenshot below). Does anyone know what may be causing this? It's appears once a day or after a restart.3.3KViews2likes2CommentsShared-channels single post comments aggregation coming from various segregated teams (Toggle)
Hi folks, I frequently use shared channels to post ongoing provider incidents to various teams (whether this is related to cloud outages, API errors, etc.). Could we have a synchronization function for the comments from various teams? The comments could be aggregated with the switch of a toggle so as not to copy-paste the same status multiple times to all teams, over and over again. And on the other side, if the toggle is not activated, we could maintain some separation. Please vote here. Thank you for your consideration and comments. Dimitri Pletschette LinkedIn | Medium | Twitter | Web | Mastodon591Views0likes0CommentsTeams Gives Shared Channel Owners New Method to Request Cross-Tenant Trusts
Microsoft is making it easier for owners of Teams shared channels to request help if they run into a trust problem when adding a member from another domain. If Teams detects a problem with a missing trust, it flags the error to the channel owner and offers a link to a web page to seek additional support. Of course, the tenant might decline to trust the domain the channel owner wants to use, but that’s a different story. https://office365itpros.com/2023/07/18/shared-channels-requests/462Views2likes0CommentsMember Count in Teams Room is incorrect
I have created a new Teams Room with several Shared channels, each will have different members. I added the first group of owners and members yesterday, however when I go into the Manage Team or Manage Channel to view the members, the count is incorrect. For example, for the Shared Channel, the count says 8 members, but there are only 5 and there should only be 5. I have tried clearing the cache, quitting Teams, using the web and client version, adding and removing members and using the analytics tab hoping the O365 would be updated, but nothing is working. TIA! Caitlyn832Views0likes0CommentsCan't access bot inside shared channel
I've built an application for the Microsoft Teams app and published it in my organization using the Developer portal. I want to access the bot inside a team's shared channel but cannot do so. I've also provided "sharedChannels" inside the supportedChannelTypes property in the manifest but still, it isn't working. The manifest of my application looks somewhat like this: { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.15/MicrosoftTeams.schema.json", "version": "1.0.1", "manifestVersion": "1.15", "id": "10d58ca5-e2fd-4bb0-b488-ec31a1e071e5", "packageName": "Bot", "name": { "short": "Bot", "full": "Application" }, "developer": { "name": "Organization", "websiteUrl": "https://example.com/", "privacyUrl": "https://example.com/privacy", "termsOfUseUrl": "https://example.com/termsofuse" }, "description": { "short": "Test application", "full": "Test application." }, "icons": { "outline": "outline.png", "color": "color.png" }, "accentColor": "#60A18E", "configurableTabs": [ { "configurationUrl": "https://test.com/configure", "canUpdateConfiguration": true, "scopes": [ "team" ] } ], "bots": [ { "botId": "bot-id", "scopes": [ "groupchat", "team", "groupChat" ], "commandLists": [ { "commands": [ { "title": "register", "description": "register" } ], "scopes": [ "team" ] } ], "isNotificationOnly": false, "supportsCalling": false, "supportsVideo": false, "supportsFiles": false } ], "validDomains": [ "test.com" ], "defaultGroupCapability": { "team": "bot", "groupchat": "bot", "meetings": "bot" }, "authorization": { "permissions": { "orgWide": [], "resourceSpecific": [] } }, "supportedChannelTypes": [ "sharedChannels", "privateChannels" ] }Solved2.8KViews0likes6CommentsTeams shared channel and SharePoint people search
Can an external user accessing Teams shared channel SharePoint site view people search results? It does not appear to be working for us. We are trying to build a people search solution using PnP Search Web parts and host the search pages on shared channel site. Search is working well when accessed by the resource tenant user. However, when an external user browses to search tab in shared channel, page loads Ok, but search is returning errors. I tried the get search REST API ( <shared channel site url>/_api/search/query?) query directly in browser tab while in a shared channel browser session and query is returning 'An unknown error occurred.'.Solved1.5KViews0likes2CommentsMicrosoft Teams: specifications and possibilities of the shared channels
Have you been waiting for the Microsoft Teams Shared Channels? They are now live! Most of us have struggled without it for years (sharing, scaling, and replicating). Before we try to understand what we can do with it, we need to focus on its features in the table below.