microsoftgraph / microsoftgraph/microsoft-graph-comms-samples
Bot should wait until observed user accepts invite, instead of joining when user is invited.
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 253
- Forks
- 275
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 1
Description
Describe the issue
The compliance bot joins the meeting when the observed user is invited (by other participants), even before the observed user actually accepts the invite.
Code Snippet
I'm guessing I need to change something for the CallsOnIncoming method in Bot.cs
Expected behavior
I expect the bot to wait until the invited observed user accepts the invite before the bot joins.
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 in Bot.cs at the CallsOnIncoming method mentioned in the issue, then trace how an invitation and the observed user's acceptance are represented. The change is complete when the compliance bot does not join on invitation alone and joins only after the observed user accepts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100