microsoftgraph / microsoftgraph/microsoft-graph-comms-samples
[PolicyRecordingBot] Getting meeting ID
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 253
- Forks
- 275
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 1
Description
I want to get meeting information by using Get onlineMeeting Graph API from PolicyRecodingBot.
It seems possible by leveraging OnlineMeetingHelper.cs which is already used by another sample here.
However, I cannot figure out how I may retrieve meeting ID with PoilcyRecordingBot. The other example retrieved from joinCallBody, but PolicyRecordingBot does not use it. CallsOnIncoming handler receives the collection of ICall, but ICall.Call.Resource.MeetingInfo does not have ID field.
Can anyone guide me where I may get meeting ID?
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 Samples/Common/Sample.Common/OnlineMeetingsHelper/OnlineMeetingHelper.cs and the PolicyRecordingBot CallsOnIncoming handler in FrontEnd/Bot/Bot.cs. Compare that path with the HueBot joinCallBody example and inspect the available ICall.Call.Resource.MeetingInfo fields. Done means identifying and documenting a supported way to retrieve the meeting ID for PolicyRecordingBot.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100