# 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 volume discounts or commitments above 500 credits, [contact sales](https://www.zoom.com/en/realtime-media-streams/#form). 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. 1. 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](/docs/rtms/meetings/add-features/). 2. Now that your app has RTMS scopes, you can start getting media data from your Zoom meetings and webinars. For more information, see - [Access meeting audio with the RTMS SDK](/docs/rtms/meetings/quickstart/) - [Get meeting transcripts using WebSockets](/docs/rtms/meetings/quickstart-websockets/) - [Get meeting data using the REST API](/docs/rtms/meetings/quickstart-rest-api/) - [Sample Apps](/docs/rtms/sample-apps/)