microsoftgraph / microsoftgraph/microsoft-graph-comms-samples
Graph SDK is not pushing the participants added/removed updates
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 253
- Forks
- 275
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 1
Description
I am working on a case, where user "user1" calls the bot, select the ivr menu, then bot invite the another user (agent) "user2" into the existing call. In this casem user2 joins the existing call, but from graph SDK I am not receiving the updates on participants added/removed from the call.
User1 calls Bot, then Bot invites User2 into the existing call.
`this.Call.Participants.OnUpdated += this.OnParticipantsUpdated;
private void OnParticipantsUpdated(IParticipantCollection sender, CollectionEventArgs args)
{
}`
Any thoughts on this please?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Call.Participants.OnUpdated subscription and the OnParticipantsUpdated handler shown in the issue. Reproduce the flow where user1 calls the bot and the bot invites user2, then determine why participant-added and participant-removed updates are not received; done means those updates arrive for the described call.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100