Can you get access to a TeamsCall that started before connection to TeamsCallAgent?

Cameron McBroom 0 Reputation points
2024-01-23T23:23:25.58+00:00

Background:

  • Using JS Sdk
  • Authentication via entra , get token for teams user then create TeamsCallAgent.

Goal:

User logs logs into our web app and takes notes about current call.

Problem/Question:

Can't seem to get an already in progress call. The 'incomingCall' event seems to work as expected and gets reference to the TeamsCall object however is there a way to get access to a TeamsCall if the user logs into our webapp after starting the teams call?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,183 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
877 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 26,216 Reputation points Microsoft Employee
    2024-01-29T20:24:11.0766667+00:00

    @Cameron McBroom , Following-up on this, Teams meeting (onlineMeeting) allows server to receive notifications about the meeting.

    Please check this doc: Get change notifications for Microsoft Teams meeting call updates - Microsoft Graph | Microsoft Learn

    -- Neither ACS nor Graph provides server events for Teams 1:1 or Teams group calls. Client events can be only received when the user is part of the roster (i.e. Join the call/meeting.)

    Kindly let us know how it goes. I'll convert comment to answer.

    If my answer helped (pointed, you in the right direction) > please click Accept Answer - it will benefit the community/users to find the answer quickly.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.