Getting started with Realtime Media Streams
Use Realtime Media Streams (RTMS) to access media from Zoom Video SDK sessions using an app. RTMS will send you live audio and transcript data that you can then use AI or machine learning to analyze to meet your needs. To get started using RTMS, see Get credentials in the Zoom Video SDK guide.
Once RTMS is enabled, you create an app and subscribe to RTMS events. After you've created your app, you can use it to launch RTMS streams and start receiving RTMS data. To launch a stream, use the the startRealTimeMediaStreams() method in the Zoom Video SDK.
To start using RTMS
Follow these steps to start using RTMS.
- Add RTMS webhook event to your app.
- Once your app receives the RTMS webhook event, you can start getting media data from your Zoom Video SDK sessions.