User Profile
Frank_Roger365
Copper Contributor
Joined Jun 08, 2022
User Widgets
Recent Discussions
Re: Graph API: create a PSTN call and invite a PSTN participant
HunaidHanfee-MSFT , Sayali-MSFT Previously, we were able to invite a PSTN number into the conversation if it was the first escalation. Meaning: 1. Bot called teams user 2. Teams user accepted (p-p call) 3. Inviteparticipant to PSTN. 4. Now a groupcall with bot, teamsuser and PSTN user. As of last week this started to fail randomly (for some users) and now it just is not working anymore at all. The invite is accepted, but it fails, returning 'addParticipants failed for participant 4:...' with 'DiagCode: 500#10339.@'. Does anyone know why this changed / what the errorcode means (the 10339 part)?2.6KViews0likes14CommentsRe: authentication.authenticate() opens in external browser tab instead of pop-up window on first call
Amey2020 I know this is late, but we are experiencing the same behavior right now, however, only on citrix and / azure virtual desktop. More over, the issue seems tied to the windows config, as the issue stays within the same session, while switching accounts does not make a difference. So: Windows user A logs in, teams user A logs in -> issue Windows user A logs in, teams user B logs in -> issue Windows user B logs in, teams user A logs in -> no issue Windows user B logs in, teams user B logs in -> no issue Our code DOES use the callback of initialize method to call authenticate. Can you please explain what you mean by "The main issue was to ensure that the external window url starts within the application route."6.7KViews0likes0CommentsRe: Graph API: create a PSTN call and invite a PSTN participant
I would like to add to the scenario adrianpopa, there is a difference in how the group call was created. A) When having a group call where the 'escalation part' is done by inviting a Teams user, you cannot invite a PSTN participant. B) When having a group call where the 'escalation part' is done by inviting a PSTN user, you can invite another PSTN participant. I noticed there is a slight difference in the calls (by requesting info via graph) before requesting the 4th particpant depending on the scenario: A ChatInfo null, B ChatInfo not null A meetingCapability null B meetingCapability not null A pstnDetails null B pstnDetails not null (altough the values are guid's with all '0' and dialinUrl null) The only difference here is that A uses POST /participants/invite with a azure id, and B with a phone number (before requesting an additional participant with PSTN)6.2KViews0likes0Comments
Recent Blog Articles
No content to show