Question

RingCentral WEBRTC

  • 28 July 2016
  • 1 reply
  • 315 views

Dear Team,


Greetings!!!


I have working in RingCentral WEBRTC in our CRM. I have tried demo given by your gitub repo. That's working good (RingCentral SDK Version 2.0). But when i am try the same in my product it doesn't work.(Product RIngCentral Version 1.4)


So i have few questions.


1) RingCentral WebRTC only supports in RingCentral SDK Version 2.0.6 ? (We are using 1.4)

2) And Registering with the SIP could be done only during RIngCentral login ?


My problem is not able receive sipInfo even after the calling below endpoint.


platform.post('/client-info/sip-provision', {

sipInfo: [{

transport: 'WSS' }]

});



I am receiving only sipFlags.


Awaiting for your reply.


Thanks,


Mathikumar.C


1 reply

Could you please provide the complete request and response (with headers, and removing any sensitive information)?
What is your application ID please?
Are you unable to upgrade your version of the RingCentral JS SDK to version 2.x.x?
Where are you running the RingCentral JS SDK (server-side, client-side, or both)?
What language/application stack are you using please?

The WebRTC actually has the RingCentral JS SDK bundled with it as a dependency (via Bower). Since this version is bundled for you, have you used the 'bower install' command? This should install the correct version of the RingCentral JS SDK into your client-side code for you.

Reply