How to make RingCentral sandbox calls with recording

妖精的绣舞 提交于 2020-05-29 10:13:11

问题


I have a RingCentral developer account but I am unable to successfully establish a call. Furthermore I would also like the call to be recorded, so that later I can access the call logs and recording.


回答1:


One of the simplest ways to place test calls is through RingCentral's "softphone" [1]. This is an app for your desktop that has the functionality you require. You can place calls, and record calls as well. It also gives you access to your call log, and call recordings. This can be helpful if you need to reconcile what you see via the API. (FYI - it may take 30-60 for recordings to appear in this app, as the system needs to store and encode the recording for playback first.)

The RingCentral phone can be toggled to work against the RingCentral sandbox environment as well. That way you can place calls in our test environment as you build your application. To toggle to sandbox, after you log in, press Ctrl+F2 (for PC) or Fn+Cmd+F2 (for a Mac). This will bring up a menu to select your preferred environment.

[1] https://www.ringcentral.com/apps/rc-phone




回答2:


The RingCentral mobile app as I can see does not support sandbox mode. But still you can use the RingCentral soft phone and switch the soft phone to sandbox mode before login with your sandbox credentials.

On Windows: Ctrl + F2
On Mac OS: Fn + Command + F2

If you wish to create call recordings programmatically, there is an GitHub app that will help you:

https://github.com/anilkumarbp/Sample-Demo-to-Download-Call-Recordings

other source you can refer: https://developers.ringcentral.com/guide/call-log/manual/recordings

ref from similar question: https://forums.developers.ringcentral.com/questions/1367/how-to-enable-call-recording-in-sandbox-environmen.html



来源:https://stackoverflow.com/questions/54802127/how-to-make-ringcentral-sandbox-calls-with-recording

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!