Calling
101 TopicsAuthenticating with an access token Connect-MicrosoftTeams
Has anyone tried authenticating with an access token (using -AadAccessToken or -MsAccessToken)? The old version of New-CsOnlineSession had an -OAuthAccessToken param, which accepted a jwt with the PS permissions in the scope, which one could obtain silently, and so avoid login. New-CsOnlineSession has been dropped and the SfB Connector is end of life in July and Connect-MicrosoftTeams does appear to support token for the telephony functions.Solved105KViews8likes135CommentsStart a Teams chat or call from web application
Hi, Is it possible to initiate a Team chat or call from a custom web application/site (e.g. Salesforce)? Essentially a click to call or click to chat functionality. The use case is something like: Viewing a user's profile from the custom web application (the user also exists in Team with same email, username, etc...) Clicking on a link or button to initiate an audio or video call (or chat) with that user, and this will launch the Teams app (assuming it is installed) and make the call I searched around and some says it is not currently possible, but starting a meeting is possible. I do not see any documentation that talks about this specifically. Thanks for your help13KViews0likes1CommentUnable to make video call Behind Proxy on Linux Version
Hi, I need little help. When my computer is connected on company network, I try the make a call behind proxy on Teams Linux Version don't not work, but when I try in Chorme it work. I not found it proxy configuration on App Teams for linux, or another way to set the proxy. Can you help me please? Thanks My linux version is: 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 18.04.3 LTS My Team version is: You have Microsoft Teams Version 1.3.00.958 (64-bit).Solved10KViews5likes9CommentsGraph API: create a PSTN call and invite a PSTN participant
Hello everybody, We are using the MS Graph API within a C# project. After successful creating a PSTN call from our bot like described here https://docs.microsoft.com/en-us/graph/api/application-post-calls?view=graph-rest-1.0&tabs=http#example-7-create-peer-to-peer-pstn-call-with-service-hosted-media we run into the next problem: We want to invite another PSTN participant to this existing call like described here: https://docs.microsoft.com/en-us/graph/api/participant-invite?view=graph-rest-1.0&tabs=http#example-4-invite-one-pstn-participant-to-an-existing-group-call. But we receive following event: { "value": [ { "changeType": "Deleted", "resourceUrl": "/communications/calls/981f6100-cb65-42d9-af3c-1390c68cac8b/operations/5fedb136-cff9-446d-a8bc-4166db960e19", "resource": "/app/calls/981f6100-cb65-42d9-af3c-1390c68cac8b/operations/5fedb136-cff9-446d-a8bc-4166db960e19", "resourceData": { "@odata.type": "#microsoft.graph.inviteParticipantsOperation", "participants": [ { "@odata.type": "#microsoft.graph.invitationParticipantInfo", "identity": { "@odata.type": "#microsoft.graph.identitySet", "phone": { "@odata.type": "#microsoft.graph.identity", "id": "+49175********" } } } ], "status": "failed", "resultInfo": { "@odata.type": "#microsoft.graph.resultInfo", "code": 403, "subcode": 9999, "message": "addParticipants failed for participant 4:+49175******. Underlying reason: Call does not contain the metadata required for making this PSTN dial out.. DiagCode: 403#10151" }, "id": "5fedb136-cff9-446d-a8bc-4166db960e19" }, "@odata.type": "#microsoft.graph.commsNotification" } ], "@odata.type": "#microsoft.graph.commsNotifications" } Any idea why we can not invite another PSTN participant to an existing call from the bot to a PSTN number? Thanks. Regards Gerd9.9KViews2likes39CommentsGraph api - MS Teams Meeting Recording link
Hi Team, We are setting up meetings within O365 Group and trying to get the meetings information of given Group ID using the below graph api https://graph.microsoft.com/v1.0/groups/{guid}/events?$orderby=createdDateTime What we are now interested is, Can we get the MS Teams meeting recording link along with the event details? Do we have support from Graph api to get the Teams meeting recording details. Thanks & Regards, Bhanu7.1KViews2likes5CommentsTeams Call API like TAPI for Call Events
Hey everyone In last time I had searched long Time for a possibility to become a Event on every starting Call and every Stopped/transferd call on live Time but I didn't find anything. Do anyone of you know a Solution that works like TAPI for the Phone, because I have to embed our old Ticketing/Phone Lookup System with Teams Phone Call. Thanks in Regard Swess72Solved6.3KViews0likes12CommentsMusic on Transfer or Dial tone on transfer, anything except dead silence (also for direct routing)
Hi, currently, when you transfert (or consult then transfer) the customer does not hear anything until the transfer party picks up. we have had many complaints fro our customers clients that they think the line is dead and hang up... We tried on MS calling plan and Direct routing customers. I posted it on user voice but was interested in how other partners cope with this, maybe a workaround?Solved5.7KViews1like6CommentsMS Teams bot/app trigger call to a external phone number
Hi team I have the next requirement: Doing a bot/app in MS Teams, the user can click on call button and starts a call to a external phone number that is actually a Service Desk. Is this possible with Microsoft Graph API? Or within my custom app, there is a method to trigger an action that takes the user to calls tab with phone number field auto populated? Thanks in advance!4.2KViews0likes3Comments