OfficeDev / Microsoft-Teams-Samples

Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
MIT License
949 stars 750 forks source link

I do not receive notifications of participants leaving meetings #1233

Open joseEduardo-CG opened 5 months ago

joseEduardo-CG commented 5 months ago

I configured the bot as described in the sample, except for what is described in the meeting participant events documentation, specifically the developer portal, because I already created the bot in Azure.

Has anyone had the same problem?

Meghana-MSFT commented 5 months ago

Could you please confirm if you are following this sample? https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meetings-events/csharp

joseEduardo-CG commented 5 months ago

Could you please confirm if you are following this sample? https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meetings-events/csharp

That's right, I used that sample as a reference

Meghana-MSFT commented 5 months ago

We will run this sample at our end and get back to you.

Meghana-MSFT commented 4 months ago

We checked this at our end. We are not receiving notifications of participants joining/leaving meetings. But receiving notifications of meeting start and end. We have raised a bug for the same. We will keep you posted on the updates. Thank you.

cameronmcnz commented 3 months ago

We are seeing the same issue.

We are also having this problem when trying to pull participant leave and participant join events from the subscription model as well as the app model.

Is there an ETA on the issue of finding active participants in a live teams meeting being fixed?

Furthermore, an API endpoint that tells the names of all active online meeting participants is needed as well, if not already available. Knowing who is in the Teams meeting is often better than knowing who just left or arrived.

Looking forward to a resolution to the online meeting participants issue!

https://learn.microsoft.com/en-us/graph/api/resources/subscription?view=graph-rest-1.0

Meghana-MSFT commented 3 months ago

@cameronmcnz - Unfortunately we do not have any update/ETA to share. We are checking with engineering team for updates. We will keep you posted.

CairoAC commented 3 months ago

Hello, @Meghana-MSFT! Following for updates, same issue but on node.js sample.

Meghana-MSFT commented 3 months ago

Hi @CairoAC, we are following up with engineering team for updates. We will keep you posted.

joseEduardo-CG commented 4 weeks ago

Hello @Meghana-MSFT, Any updates on this issue?