Determining the correct meetings API to call

Last updated: 2024-01-31Contributors
Edit this page

RingCentral Video REST API and Client SDKs are in beta

The RingCentral Video REST API and Client SDKs are currently in beta. Developers should be aware of the following:

  • Their feature sets are not reflective of the full scope currently planned.
  • Backwards compatibility is not guaranteed from one release to the next during the beta period. Changes can be introduced at any time that may impact your applications with little notice.
  • Video APIs are not currently available in our sandbox environment and developers are asked to do development in our production environment.

RingCentral is commited to supporting both of our meeting solutions for the foreseeable future. These products are:

Every account can be configured for either one meetings product or the other. It is important to know what meetings solution an account is configured for if you are to build an integration successfully for the platform.

To see which meetings product a user has configured, construct a request like the following:

GET /restapi/v1.0/account/~/extension/~/video-configuration

This will return a simple response like the following:

{ provider: 'RCMeetings' }

The two possible values for provider are:

  • RCMeetings
  • RCVideo

Rate this page: