User Profile
Sridevi-MSFT
Brass Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Re: UI Bug: Teams 'status' doesn't refresh as expected
varshini_narendra - According to your description, your issue is more related to Teams product, which we do not support. For issues related to teams product, please reach out to the https://docs.microsoft.com/en-us/microsoftteams/platform/feedback#product-support-channels for Microsoft Teams. Thanks for your understanding and patience!780Views0likes0CommentsRe: self made PNG gives gray background color instead of blue (3 other use it and is blue!?)
RobbieZ69 - According to your description, your issue is more related to Teams product, which we do not support. For issues related to teams product, please reach out to the https://docs.microsoft.com/en-us/microsoftteams/platform/feedback#product-support-channels for Microsoft Teams. Thanks for your understanding !2.7KViews0likes0CommentsRe: Teams for Linux (preview): speakers not recognized
JosephNierenberg - Thanks for reaching out us. We are the developer support team for Microsoft teams focused on helping developers resolve their issues. According to your description, your issue is more related to Teams product, which we do not support. For issues related to teams product, please reach out to the https://docs.microsoft.com/en-us/microsoftteams/platform/feedback#product-support-channels for Microsoft Teams.954Views0likes0CommentsRe: MS Teams not showing integrated app (Slido) to meeting participants.
jharinek - Thanks for reaching out us. We are the developer support team for Microsoft teams focused on helping developers resolve their issues. According to your description, your issue is more related to Teams product, which we do not support. For issues related to teams product, please reach out to the https://docs.microsoft.com/en-us/microsoftteams/platform/feedback#product-support-channels for Microsoft Teams.2KViews0likes1CommentRe: Graph API: Get video recording link for a meeting
faizan1300 - Currently we don't have any API to get video recording link of a meeting or to download the recorded video. All meeting recording will be stored in Microsoft Stream so, you can download manually from there. You can raise an UserVoice https://microsoftteams.uservoice.com/ if this needs to be considered as feature request.4.1KViews0likes1CommentRe: Remove leading white space when pasting a code snippet
carlinq - Thanks for reaching out us. We are the developer support team for Microsoft teams focused on helping developers resolve their issues. For issues related to teams product, please reach out to the https://docs.microsoft.com/en-us/microsoftteams/platform/feedback#product-support-channels for Microsoft Teams.3.5KViews0likes0CommentsRe: Can't add composeExtensions?
firstteam - I have tried to upload manifest with your Compose Extension array and it's working absolutely fine. I am not getting any error while uploading file in App studio. Could you please try this manifest. { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.5/MicrosoftTeams.schema.json", "manifestVersion": "1.5", "version": "1.0", "id": "--id--", "packageName": "com.microsoft.teams.samples.searchExtension", "developer": { "name": "Microsoft Corp", "websiteUrl": "https://example.azurewebsites.net", "privacyUrl": "https://example.azurewebsites.net/privacy", "termsOfUseUrl": "https://example.azurewebsites.net/termsofuse" }, "name": { "short": "search-extension-settings", "full": "Microsoft Teams V4 Search Messaging Extension Bot and settings" }, "description": { "short": "Microsoft Teams V4 Search Messaging Extension Bot and settings", "full": "Sample Search Messaging Extension Bot using V4 Bot Builder SDK and V4 Microsoft Teams Extension SDK" }, "icons": { "outline": "icon-outline.png", "color": "icon-color.png" }, "accentColor": "#abcdef", "composeExtensions": [ { "botId": "--id--", "canUpdateConfiguration": true, "commands": [ { "id": "searchCmd", "type": "query", "title": "Search", "description": "Search ....", "initialRun": false, "fetchTask": false, "context": [ "commandBox", "compose" ], "parameters": [ { "name": "searchKeyword", "title": "Keywords", "description": "Enter your search keywords", "inputType": "text" } ] } ] } ] }654Views0likes0Comments
Recent Blog Articles
No content to show