Is it possible to send data from a C# client application to an Azure communication services application created in JavaScript, or to execute a function defined in the azure communication services application? Also, is the opposite possible? (sending data from JavaScript to C#)
C# Client Apps →(send data or call function)→ ACS(JavaScript) C# Client Apps ←(send data or call function)← ACS(JavaScript) ※ACS view in Edge browser
The reason is that I want to notify the end of the meeting from the C# application. Also because I want to send meeting logs to my C# application.
For screen sharing, I must use the JavaScript version of the Azure Communication services calling SDK.
There was a similar question, will it still be the same way now? Is it possible to send data from a C# application to a website/webserver?