Forum Widgets
Latest Discussions
call details with devce info and participant join,leave time
i am working on teams integration project when i run grap api it does not show data for device and participant timing details graph api for extacting data for call including { "call_id": "004998be-da70-40f6-999a-3c84484c98b1", "start_date_time": "2024-12-17T11:53:14.9897859Z", "end_date_time": "2024-12-17T12:16:55.6045446Z", "participants": [ { "participant_name": "Surbhi Yadav", "join_time": "Unknown", "leave_time": "Unknown" },AkashsinghaiprusDec 27, 2024Copper Contributor48Views0likes3CommentsGraph api :Fetching Call Records with Participant Join/Leave Times & Device Information
hello Microsoft Teams Developer Community, I’ve been working on a script to fetch detailed information about call records using the Microsoft Graph API. The script is designed to capture not just the basic call information but also the join and leave times of participants and the devices used during the call.68Views0likes3CommentsCustom app deeplink to the meeting sidepanel is broken
Add any custom app to a meeting. You will see "I added a tab at the top of this chat. Check it out!" message in the meeting chat along with the clickable deep-link card. Upon clicking this card it should take you to the respective app. Instead, it won't do anything. Previously it was working fine with older versions of new teams. Similarly, The following deeplink was working fine to take the user to meeting sidepanel. It is not working now. I am suspecting that if the above issue is fixed, this will work fine. My deeplink is : https://teams.microsoft.com/l/entity/ENTITY_ID/sidepanel?weburl=&context={"chatId":"19:meeting_MWJmNmMzN2MtNjU2Yi00YWZmLTk5ZTUtZmFiNTYwMTRlY2Zh@thread.v2","contextType":"chat"}&openInMeeting=true; Can anyone suggest on this please?PraveenPatelTQDec 26, 2024Copper Contributor35Views0likes2CommentsIssues with PSI.bot Service Sample Code: Delays, Recording Problems, and User Experience Concerns
Hello, I am using the "PSI.bot service" sample code from the documentation for implementing real-time audio and video recording, and I am encountering several issues that impact the performance and user experience. 1. Bot Joining the Call: The bot takes a long time to join calls, and in some cases, it doesn't join at all. Is there a way to make the bot join calls more reliably and promptly? Can the bot join as an invisible participant rather than appearing as a participant block like others? 2. Recording Issues: The bot takes too long to start recording after joining the call. Sometimes it doesn’t record at all unless I toggle my camera on and off. The video is saved as a series of images that I have to manually convert into an MP4. Is there a way to directly save recordings as MP4 files instead of images? For audio, there’s no direct association with the video frames, so I have to use the audio buffer. This feels redundant and complicates the process. 3. Application Management: Currently, I have to manually add the app to each meeting by scrolling through the meeting list and finding the specific meeting. Is there a way to add the bot to my apps, so I can easily turn it on/off for any meeting without this extra step? I’m looking for ways to stabilize the bot’s behavior and improve the overall user experience. Any guidance or recommendations would be greatly appreciated. Thank you in advance for your help! Best regards, Itay_NadirItay_NadirDec 24, 2024Copper Contributor48Views0likes1CommentEnabling a custom teams app to work in only in private chat
Hi, I have a use case where I created a custom teams application to give some feedback to the employees based on their performance. The user types in a command using @ and it opens up the bot. I want to enable this application to run only in private one on one chat with the employees. I tried to change the scope in manifest file to "personal" for achieving this, but I believe it makes the application for the personal use only. How can I make it available in private chats only?Simran24Dec 20, 2024Copper Contributor45Views0likes1CommentBot App Deployment to MS Teams by Admin
Hi, I have developed a bot application for Microsoft Teams and am looking for an enterprise-level solution to deploy it. The goal is to allow an admin to install the app across all chats and channels without requiring users or team owners to manually add the bot. Specifically, I want to know: Is there a way to achieve this deployment through the Teams Admin Center or another native Microsoft Teams feature? Can the app be added automatically to all chats (personal and group) and channels across the tenant? If not directly possible, what alternatives or automation solutions, such as Microsoft Graph API, can be used for this purpose? I am looking for the most efficient approach, suitable for large-scale enterprise environments, without requiring manual interaction from individual users or team owners. Any insights, examples, or guidance on best practices would be greatly appreciated! Thanks.salmannaeem17Dec 19, 2024Copper Contributor32Views0likes1CommentHow to Deploy a Bot Application to All Chats and Channels in Microsoft Teams for Enterprise?
Hi, I have developed a bot application for Microsoft Teams and am looking for an enterprise-level solution to deploy it. The goal is to allow an admin to install the app across all chats and channels without requiring users or team owners to manually add the bot.By chat and channels I mean adding bot as a member in all chats and all channels. Specifically, I want to know: Is there a way to achieve this deployment through the Teams Admin Center or another native Microsoft Teams feature? Can the app be added automatically to all chats (personal and group) and channels across the tenant? If not directly possible, what alternatives or automation solutions, such as Microsoft Graph API, can be used for this purpose? Is it possible to add my bot application to private, shared and standard channels? I am looking for the most efficient approach, suitable for large-scale enterprise environments, without requiring manual interaction from individual users or team owners. Does MS Teams provides such a way. Any insights, examples, or guidance on best practices would be greatly appreciated! Thankssalmannaeem17Dec 19, 2024Copper Contributor51Views0likes1CommentNot receiving missed activity email for the messages received from the bot in Teams personal chat
I have enabled MS Teams notification Settings to receive email for the missed activity (unread messages in personal chat). I set my status as offline and logged out from all the devices and browser. Cleared browser cache. I received an email for the message sent by one of my colleagues in the personal chat (Refer to the attached screenshot below). Around the same time, I received a message in personal chat from the bot installed in personal scope and team scope (available in the Teams app store). However, I did not receive a missed activity email for the message received from the bot. How do I enable missed activity emails for the bot messages sent in the personal chat?VipassanaMahaleDec 19, 2024Copper Contributor53Views0likes2CommentsIs there any way to open "Go to website" menu at the top right of Teams Desktop
I'm developing Teams Static Tab app. We have to provide an extra program to handle voice media. However, in Teams Desktop on Mac, it's not possible by our testing. In addition, I tried to open a small browser window to provide the extra program download link. It's also not possible in Mac. So, If I can successfully download the extra program by using "Go to website" menu. For better user accessibility, we want to open the website like clicking "Go to website" menu. Then, user can easily download the program by using our separate a download menu in Static Tab app For this, is there any API, SDK to open "Go to website" by Tab app with Javascript. Many thanks BHbyungheesohnDec 18, 2024Brass Contributor60Views0likes3CommentsMicrosoft Teams Payment Gateway Error: 'Rejected. ,[object Object]' - How to Resolve?
I'm facing an issue where customers are unable to make payments through Microsoft Teams. Here's the error message they see: We can't charge this payment method due to an issue on our end. Try another payment method or contact support and mention error code: Rejected. ,[object Object] (CV: M4JNvCMLrmPAb7vV.0.0) Steps I’ve Taken to Troubleshoot: Cleared Teams cache. Used the new Teams desktop app. Tried reproducing the issue in browser incognito mode. Added a different credit card. Findings: The issue persists across different environments and with new payment methods. A support engineer confirmed (Tracking ID: #2410100060001473) that the issue is with the payment gateway for third-party apps in Teams. I uploaded the HAR file to the portal under Case #2409110040002919 for further investigation. Additional Context: Our credit card works perfectly for other purchases within Azure Portal and Admin Center. This issue has been unresolved for over two months, despite multiple follow-ups. Does anyone know how to address or bypass this issue with the payment gateway for third-party apps on Microsoft Teams? Any guidance would be much appreciated.VipassanaMahaleDec 18, 2024Copper Contributor59Views0likes3Comments
Resources
Tags
- microsoft teams1,666 Topics
- developer1,292 Topics
- Meetings225 Topics
- Chat212 Topics
- Administrator134 Topics
- Settings101 Topics
- Calling100 Topics
- files64 Topics
- teams53 Topics
- devices52 Topics