microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

Can user be removed from online meeting after transfer or can the online meeting be closed by IncidentBot?

Open
#92 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

Hi,

I had a question regarding the IncidentBot sample under:

https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/BetaSamples/RemoteMediaSamples

This sample works great and it is creating incidents followed by adding user to online meeting. I wanted to check if it is possible to remove the user from the online meeting they were added to earlier via IncidentBot?

I tried ending the call using ICall.DeleteAsync created at:

https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/9db883a1e8649be9889f8ed500969634695b3bcd/Samples/BetaSamples/RemoteMediaSamples/IncidentBot/Bot/Bot.cs#L214

However looks like that call got deleted when the user was transferred to incident meeting, appreciate any thoughts or comments on this. Additional question about this, can the IncidentBot close/end the online meeting it has joined/started?

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 with Samples/BetaSamples/RemoteMediaSamples/IncidentBot/Bot/Bot.cs around the ICall.DeleteAsync call at line 214, then trace the transfer flow in the IncidentBot sample. Reproduce or inspect the call and meeting lifecycle to determine whether the bot can remove the transferred user or end the meeting. Done means confirming the supported operation or limitation and documenting the answer.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.