I need help to integrate zoom video webinar in android app

I want integrate zoom video webinar in android app if any sample code available for this will appreciated.

Using Android studio with java and Kotlin both.

I want to integrate this feature in our app, so we can conduct webinar in own app again & again.

Also role will be define host and listener both ways.

Hey @NirogDeveloper,

Thanks for using the dev forum!

The SDK treats webinars similar to how it treats normal meetings. As in, a webinar can be set up the same way as a meeting except for the fact that when it was created, it was created as a webinar. We have demo apps here that provide Java and Kotlin code examples. With a few exceptions, the code for the normal meetings will work the same as the code for a webinar.

Thanks!
Michael