Forum Discussion
Deep link with parameters
Hello
Is it possible to configure a deeplink with parameters
I would like to use it with a parameter that unmutes or mutes the mic.
msteams://teams.microsoft.com/l/call/0/0?users=4:%2b"phone number" "Parameter"
Is this possible?
Regards
JFM_12
- LeonPavesicSilver Contributor
Hi JFM_12,
unfortunately, directly controlling microphone mute/unmute functionality through deep links with parameters in Microsoft Teams is not possible.
Here's why:Deep Link Parameters:
current deep link functionalities within Teams focus on directing users to specific areas of the platform, like initiating calls, opening chats, or accessing channels. They don't extend to controlling individual features within calls, like mute/unmute.Microsoft Teams Functionality:
Teams doesn't offer an API or built-in mechanism to manipulate mute/unmute status via deep links. This functionality is handled within the Teams application itself.
Deep links overview - Teams | Microsoft Learn
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
- JFM_12Iron Contributor
Hello LeonPavesic
Hope you have a great day.
Thank you very much for your answer. We have an issue with the Teams Mic functionality and thereforeI was looking for a solution. I have seen this site.
Is there not another way to change it?
Regards
JFM_12- Meghana-MSFTMicrosoft
JFM_12 - This is not possible through deeplinks.
Please check below references-
-
Please check the Toggle incoming audio API which allows an app to toggle the incoming audio state setting for the meeting user from mute to unmute or vice-versa.
Please check this https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meetings-audio-state/nodejs sample tab (side panel) application which shows how to mute/unmute Teams meeting audio using toggle Incoming Client Audio API.
- Mute a specific participant in the call using Graph API - participant: mute - Microsoft Graph v1.0 | Microsoft Learn
-