Questions tagged [ringcentral]

For developer questions related to using RingCentral Developer Platform API, SDKs, client libraries, sample apps, and other programming tasks.

RingCentral provides a unified communications platform with APIs for voice, SMS, team messaging, meetings, and fax. (source)

248 questions
-1
votes
1 answer

RingCentral-Call-JS - 603 - Too many contacts

I keep running into this error after setting up the webphone using ringcentral-call-js. The webphone will work for a few phone calls but eventually run into this. I have no idea what could be causing it and I don't find any information online about…
BelgoCanadian
  • 893
  • 1
  • 11
  • 31
-1
votes
1 answer

how to convert this C# using RingCentral API to VB Net

I have an existing VB. Net application I am trying to add functionality to. The example code is in C# and I am not sure how to convert this section. I have converted the rest of it but stuck on this.... var parameters = new…
-1
votes
1 answer

Why browser calling is not working anymore?

We're integrating RingCentral for Salesforce on another Dev Org and we used to be able to make calls using a browser but this time it's prompting this error: "Your extension is not allowed to make outbound calls with browser currently, please…
ivatanDev
  • 1
  • 1
-1
votes
1 answer

CEFSharp app displays blank screen and then responds on it's own after a minute

I've been working on a app which uses CEFSharp (version 83.4.20) to load my companies VOIP platform (engage.ringcentral.com). The source is up on Github https://github.com/dylanlangston/EngageRC The app has been working for about a month now and…
Dylan
  • 1
  • 1
  • 3
-1
votes
1 answer

Sending fax via RingCentral API

I am using RingCentral PHP SDK for sending request. I tried some methods, they were working. But when I try to send fax with $rcsdk->createMultipartBuilder() method, I get response "Bad request" message, nothing else specified. This code return Bad…
-1
votes
1 answer

How can I do this Synchronously?

I've been looking at sample code from RingCentral API. I'd like to execute the following code synchronously. I've begun familiarizing myself with 'ContinueWith'. //From API sample using (var rc = new RestClient("clientID", "clientSecret",…
-1
votes
1 answer

How to use SSO with RingCentral C# SDK?

When using the RingCentral C# Client SDK, how can I use Single Sign-On (SSO) which we require for our Production environment? The SDK is working fine in the Sandbox environment without SSO. I'm using authorization as follows per the documentation,…
Grokify
  • 15,092
  • 6
  • 60
  • 81
-1
votes
1 answer

RingCentral Connect and Retrieve Call Log Details from Server via Java Code?

I want to develop a Java Application that will connect to RingCentral and retrieve Call Log details from the RingCentral Server. Can anyone help me make a RingCentral app with right permissions and client-side Java code details? Thanks in advance...
GoutamS
  • 3,535
  • 1
  • 21
  • 25
1 2 3
16
17