Video Meeting Provisioning and Control

We want to build video meeting services into our app. We want to provision video capabilities to our customers so they can conduct 1-on-1 video sessions with their customers within our web app. So with the JS API:

Are we able to provision individual customers video rights (like turn off and on their access to video services)?

If so, can we track their per minute usage?

Will our customers be able to start and stop their own video sessions without contacting us to setup each video meeting?

You could do this using the API to add/remove account permissions and settings.

We also have some reporting APIs that you could use to pull reports for individuals and then use the start/stop times to calculate minute usage. We don’t have a endpoint that will give you this data pre-calculated, though.

If they have permission to do so, sure. :slight_smile: