Getting started with Realtime Media Streams
Use Realtime Media Streams (RTMS) to access media from Zoom meetings and webinars using an app. RTMS will send you live audio, video, screen share, and transcript data that you can then use AI or machine learning to analyze to meet your needs. RTMS is available to all developers — to get started, create an app, add RTMS scopes to the app, and then start developing your app to use RTMS.
After you've developed your app, you can use it to launch RTMS streams and start receiving RTMS data. For plan options, see Developer pricing. For volume discounts or commitments above 500 credits, contact sales.
Streams can launch in a few ways:
- Automatically - when a user joins or hosts a meeting or webinar.
- On-demand - using REST API calls that include the meeting or webinar ID.
- From a Zoom App - using the
startRTMS()method in the Zoom Apps SDK.
To start using RTMS
Follow these steps to start using RTMS.
- To add RTMS to your app, you need to add the corresponding RTMS scopes to your app. For more information, see Add RTMS features to your app.
- Now that your app has RTMS scopes, you can start getting media data from your Zoom meetings and webinars. For more information, see