Bot Compliance Recording Grouping not working

Julian Masero Suarez 0 Reputation points
2023-05-29T08:00:27.8533333+00:00

Hi Team,

incomingCall.ParticipantJoiningHandler and incomingCall.ParticipantLeftHandler events not raised when processing 1-1 calls or meetings.

Microsoft.Graph.Communications.Calls, version 1.2.0.5304.

ICall.AnswerAsync(mediaSession: mediaSession, participantCapacity: capacity);

Testing with some values for 'participantCapacity' parameter: 100, 200, 1000. The ICall.ParticipantJoiningHandler and ICall.ParticipantLeftHandler are never raised to bot app.

Please help.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,482 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Benjamin Tamasi 0 Reputation points
    2023-10-20T13:25:39.11+00:00

    So, Microsoft doesn't document this, and good luck figuring out why, but "grouping" doesn't happen for the meeting organiser. They are always handled separately from the other participants. This is why your handler is never called. Try the meeting with 3 people under the same policy and you should see that handler being called. ;)

    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.