microsoftgraph / microsoft-graph-toolkit

Authentication Providers and UI components for Microsoft Graph 🦒
https://docs.microsoft.com/graph/toolkit/overview
Other
935 stars 294 forks source link

Incoming chat messages issue #3253

Open MHamza8070 opened 1 month ago

MHamza8070 commented 1 month ago

I have integrated mg-chat in my react project and presences updating properly but incoming chat messages not showing and there is no subscription hit in browser.

I have enabled subscription from Azure Portal. I need guidance how to receive incoming chat messages. I am in UK and I hope there is nothing related to region.

musale commented 1 month ago

@MHamza8070 are you getting errors in the browser console that show subscription failed?

MHamza8070 commented 1 month ago

No errors related to subscription

On Tue, 16 Jul 2024, 08:03 Musale Martin, @.***> wrote:

@MHamza8070 https://github.com/MHamza8070 are you getting errors in the browser console that show subscription failed?

— Reply to this email directly, view it on GitHub https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3253#issuecomment-2230170125, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWHGFSFFT24F2S3KHIDQX7LZMTAU5AVCNFSM6AAAAABKWXIYMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQGE3TAMJSGU . You are receiving this because you were mentioned.Message ID: @.***>

musale commented 1 month ago

@MHamza8070 Here is how you set up the chat component. https://github.com/microsoftgraph/microsoft-graph-toolkit/blob/next/mgt-chat/packages/mgt-chat/README.md. Please note that this component is a preview component and it's not actively being developed. If you get any bugs, raise them as an issue on this project.

MHamza8070 commented 1 month ago

Thanks, I will try and let you know I think I am missing the Notification Broker thing.