Questions tagged [ringcentral-embeddable]

3 questions
1
vote
1 answer

How can I get the access token of the user logged in using widget in RingCentral?

I'm using the RingCentral Embeddable widget using the following code. (function() { var rcs = document.createElement("script"); rcs.src =…
1
vote
1 answer

RingCentral Embeddable Voice inWeb Application

I am working in MVC C# Web Application. I am implementing RingCentral Embeddable Voice in my application. I want to paste the number when clicking on call to the Dial pad field which is inside the iFrame of RingCentral. Please help. Thanks.
0
votes
1 answer

Registering call logging service into RingCentral Embeddable results in undefined error

It appears all my current attempts to register a third party service (My Single Page Application) using RingCentral Embeddable are proving difficult. I'm using the postMessage API with type rc-adapter-register-third-party-service and the result…