Open kaushi2 opened 1 year ago
Looking at the recording it looks like the bot is starting a 1-on-1 call with the user. Once the user joins the 1-on-1 call, the bot crashes or otherwise holds the call. The entire interaction seems to be unrelated to the ongoing meeting that you are trying to invite the user into.
That's all I can tell you. I'm not familiar with the incident samples and managing to invite users to meetings or calls, so somebody else would have to take a look at the code you provided. Or my previous paragraph is hint enough for you to figure it out on your own.
Describe the issue When the bot adds participants to a meeting participants are not able to answer the call, they get put on hold and they see multiple windows and cannot resume the call eventually get kicked out.
Video Recording Here https://www.dropbox.com/scl/fi/awixd6zuvvy77ookohygc/Mremoteng-Confcons.Xml-203-Optus-2023-07-24-18-20-48.m4v?rlkey=qjemgyfy6yxw8gapg4g7bonng&dl=0
Code Snippet ///
/// Raise an incident.
///
/// The incident data.
/// The task for await.
public async Task RaiseIncidentAsync(IncidentRequestData incidentRequestData)
{
// A tracking id for logging purposes. Helps identify this call in logs.
var scenarioId = string.IsNullOrEmpty(incidentRequestData.ScenarioId) ? Guid.NewGuid() : new Guid(incidentRequestData.ScenarioId);
Expected behavior When bot adds participant the participant shoudl be successfully able to answer callsand join the meeting.
Graph SDK (please complete the following information):