Support for Real Time Chat Notifications in .NET for Azure Communications Service

Justin Rogowski 26 Reputation points
2021-04-01T09:58:27.243+00:00

This question is specifically centred around support for chat-based events broadcast from Azure Communication Services (ACS).

Currently, ACS supports Real-Time Notifications using the JavaScript SDK - "Real-time notifications (enabled by proprietary signaling package**)"

Push notifications are supported in the .NET SDK via Event Grid/Event Hub which have already been implemented.

The documentation states the below regarding real-time chat notifications: "Some SDKs (like the JavaScript Chat SDK) support real-time notifications."

Are there any plans to expand support for Real-Time Notifications to the .NET SDK/any other platforms?

If there are no plans to support this in the roadmap I can look at implementing a custom solution.

Thanks

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
677 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,234 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 25,661 Reputation points Microsoft Employee
    2021-04-07T17:51:09.657+00:00

    Hi @Justin Rogowski ,

    The team does plan to bring that support to those other platforms; however, there isn't a timeline or timeframe that can be provided. If you already have a viable option using Event Grid/Event Hub, I advise continuing to use that solution until support comes to these other frameworks.

    Regards,
    Ryan

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Ken Tucker 5,846 Reputation points
    2021-04-01T10:25:02.543+00:00