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