microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

Bot should wait until observed user accepts invite, instead of joining when user is invited.

Open
#383 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.