Question

Ring Central in a ASP.NET MVC project

  • 2 December 2019
  • 2 replies
  • 1231 views

Hi I am new to ring central. We have a ASP.NET MVC project we would like to integrate ring central into. We are trying to create a feature that can make and receive calls and also logs a report (length of call, who made the call, etc). I have looked at the WebRTC and the RingOut examples and I have a few questions. Can both of these make and receive calls? Can they be implemented through C#? Will they work with .Net framework 4.5.2?

Thank you


2 replies

Userlevel 1

The answer is no, we don't support WebRTC in .NET. RingCentral WebRTC (a.k.a WebPhone client) is a JavaScript SDK. If you implement a WebView then you can use the SDK to implement phone features in your app. But check out the browser compatibility to see which browsers are supported.

There is an alternative to embed RingCentral phone to a webpage. Check this out.

Hi,

Please check the below links once.

https://www.ringcentral.com/blog/using-ringcentral-webrtc/

https://developers.ringcentral.com/guide/voice/webrtc

Reply