Remote control feature with Azure Communication Services

Saif 0 Reputation points
2023-08-01T14:29:31.05+00:00

I am trying to follow the guide of Azure Communication Services to implement it in a web application. So far according to my knowledge, ACS has these features:

  1. Voice call
  2. Video call
  3. Screen share

But is there no remote control feature. Maybe I was not able to find it but if it is there, can you provide a link?

and if not, what is the way to implement it?
git: https://github.com/Azure-Samples/communication-services-web-calling-hero

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
684 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 18,441 Reputation points Microsoft Employee
    2023-08-04T06:40:18.42+00:00

    @Saif Thanks for your patience on this.

    Below are some of the call capabilities supported by Azure communication services refer to this documentation here for complete list.

    User's image

    Regarding the remote control feature I have checked with Azure Communication Engineering team on this and below is the feedback shared.

    Currently there is no remote-control feature in ACS but you can build remote control using data channel on ACS (in beta).

    Here is the Quick start tutorial on how to use/add data channel messaging in your calling app.

    I would suggest you raise a feedback request here. Our product team will review and implement it accordingly.

    Feel free to reach back to me if you have any further questions.