Issues with Customization and Call Disconnect Behavior in Zoom Video SDK UI Toolkit - Android

Hello everyone,

I’ve been working with the Zoom Video SDK UI Toolkit for Android in my application, and while the integration process itself was smooth and straightforward, I’ve encountered several challenges related to customization and session management. Specifically, I’m facing issues in the following areas:

  1. Customizing Session Name/Meeting Name: I haven’t found any clear documentation or sample code showing how to modify or customize the session name or meeting name in the UI Toolkit. Is there a way to programmatically change this within the session?
  2. Viewing Participants Completely: The current participant view seems to be limited, and I am unable to fully see or manage all participants within the session. Is there a way to customize or extend the UI to allow complete visibility and management of participants?
  3. Call Disconnect Behavior: If I (as the host) end or leave the call, the participants remain in the session, and the call is not disconnected for them. Ideally, if the host leaves or ends the session, the call should terminate for all participants. Is there any way to enforce this behavior?

I’ve gone through the available SDK documentation but couldn’t find much guidance or examples on these topics. If anyone has faced similar challenges or has any suggestions for handling these issues, your help would be greatly appreciated!

Thanks in advance.

1 Like

Hi @rameshk251989,

For your first question, the session name is based on what was provided in the SessionContext’s before joining a session and it should match the same session name when you are generating the JWT token. You cannot change the session name mid-way during a session if that is what you are asking.

As for your remaining questions, right now the Android VSDK UI Toolkit does not have those features but stay tuned to the updates as those features will be added.

Cheers.