How to show contents in the Zoom App via Meeting SDK

I was creating an interactive app using the raw data stream. So I choose Meeting SDK for doing that. After that, I process such data and get some results. I’ve noticed that there is a button in the App in the bottom that should have possiblities to show some charts inside (It is an app right?). I am wondering how i can connect the data and show them in the app UI? Thanks

Hi @huanyefantasy2000 , this Apps section shows applications that use the Zoom Apps SDK. These are web/javascript applications that run inside the Zoom client, separate from the Meeting SDK.

Thanks. Is there a way that I can pass the results of Meeting SDK to Apps SDK and use web-based visualization.

Definitely!

Here’s a sample implementation of the Meeting SDK on Linux -

This runs in a container and joins the Meeting, accessing video/audio data from the other participants.

You would then handle/analyze this data in a number of ways.

Then your frontend/user-facing application would be built using a Zoom App, which uses that Zoom Apps SDK for a javascript app.

Here’s a sample of a front-end: