Question

Testing Presence in the Sandbox

  • 19 October 2021
  • 2 replies
  • 359 views

Hi,

I'm developing an application that needs the user presence events, but I can't understand how to create them in the sandbox environment. The existing applications only seem to let me use production. Any ideas?


2 replies

You first need to create application with required permission and scope in your sandbox. Here is how you can start

https://developers.ringcentral.com/guide/basics/create-app

Once you create the application with required permission and scope like readPresence or editPresence, you can test your application with RingCentral presence API

https://developers.ringcentral.com/api-reference/Presence/

You will get requiered client id and client secret for testing the presence APIs from application dashboard

Userlevel 1

More resources
https://medium.com/ringcentral-developers/building-a-presences-and-calls-monitor-app-with-ringcentral-apis-976eb1fa6763

https://medium.com/ringcentral-developers/api-spotlight-presence-e9a725f2afa6

Reply