Starting zoom using an intent with parameters -Android

Hi,

I would like to build an app running on Amazon’s Fire Cube for easy joining Zoom Meetings.
In order to start the Zoom client, I want to use the Intent as described here:
(https://marketplace.zoom.us/docs/sdk/native-sdks/additional-tips/launch-zoom-client-from-your-app)
After correcting the package name, Zoom starts smoothly.

Intent intent = getPackageManager().getLaunchIntentForPackage(“us.zoom.tv”);

It would be very cool, to have a possibility to pass parameters (EXTRA(?)) for joining an existing meeting immediately.
The idea is to load meeting descriptions provided by the host somewhere using http(s) and start
joining one by just selecting an entry. Would be nice for older peoples without an affinity to technology.
Maybe there is a solution available already?

Thanks in advance and best regards
Tobias