Recording Status SDK

We are using custom UI SDK to integrate with zoom, we need to display if a meeting is being recorded, What SDK interface we need to use to get a recording status (for ios, windows, and android)

Hi @ankocorp.com, thanks for the post.

Unfortunately, there is not currently a callback in the Android and iOS SDKs for this feature. It is possible to query whether or not a recording is currently active, but there is no callback to immediately notify you of it.

On Windows, you can use the onRecordingStatus event to respond to changes in recording status.

Thanks!

@ankocorp.com,
The recording status callback is available in the latest Android SDK.
You can check the onRecordingStatus callback.

Hi @deena.qb,

Thanks for giving this update! Please note (as you are aware from another thread) that there is a known issue with this callback that is currently under investigation. :slightly_smiling_face:

Thanks!