04-04-2023 03:51 AM - last edited on 04-04-2023 09:46 AM by Shahzad_Ismail
We are endeavoring to develop a server-based application using the Sinch SDK
that can receive incoming calls and
create a WebRTC stream to enable the transmission of audio streams.
Any programming language would suffice for this purpose.
Could you kindly suggest a sample or example that we could utilize as a starting point?
04-04-2023 05:22 AM
Hi,
It is not officially support for a server based application for the SDK and we don't have any samples, but you should be able to inject an audio stream. I recommend to refer to the WebRTC documentation as well in this case.
The SDK documentation for Javascript is here
https://developers.sinch.com/docs/in-app-calling/js-cloud/
A "Getting Started" guide is here
https://developers.sinch.com/docs/in-app-calling/getting-started/javascript/create-app/
A set of Javascript reference applications for each call type are available here. They can be served locally for referencing during development.
https://github.com/sinch/rtc-reference-applications
Regards
Roland-Ian