question

Ahmed Mahmoud avatar image
Ahmed Mahmoud asked Embbnux Ji answered

Issue with RingCentral Embeddable Voice SDK: Call Icon Not Appearing in ASP.NET MVC Project

Hello RingCentral Community,


I hope you're all doing well. I'm currently working on integrating the RingCentral Embeddable Voice SDK into my ASP.NET MVC project to add phone call abilities. While I've managed to successfully embed the SDK into my project and the widget appears as expected, I'm encountering an issue where the call icon does not appear, and I'm unable to initiate calls.


Here are the details of my setup:

- I've included the RingCentral Embeddable Voice SDK using the following script tag in my HTML:

```html

<script src="https://ringcentral.github.io/ringcentral-embeddable-voice/adapter.js"></script>


1694946965324.png

ringcentral apprest apitransferring calls
1694946965324.png (9.5 KiB)
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Embbnux Ji avatar image
Embbnux Ji answered

Hi @Ahmed Mahmoud Do you use free developer account to login for test in production environment? From the screenshots, the login user doesn't have full permission for call.
If you just want to test at development, you can use sandbox environment. You need to add appServer in the URI's query:
https://ringcentral.github.io/ringcentral-embeddable-voice/adapter.js?appServer="https://platform.devtest.ringcentral.com"
Then you can use sandbox account that you get from RingCentral developer portal for testing.

And you also need to make sure the WebView is based on Chromium (new edge). Old edge or IE can't have calling feature work well.

1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys