Determining the correct meetings API to call
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.
RingCentral is commited to supporting both of our meeting solutions for the foreseeable future. These products are:
- RingCentral Meetings - our classic meetings solution built on top of Zoom
- RingCentral Video - our next-generation, built-from-the-ground-up meetings platform
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