Default UI editing

Hello,
I would like to know if there’s any way to edit the default UI that comes with the sample provided in the sdk guides. I do NOT want to create a custom UI, I just want to add elements to the existing one, like watermarks and such. If there’s no way to do that without creating a custom UI, is there any way to get the sample UI files so I can just copy/paste it and change the things I want?

I’m using the newest android SDK.

Thanks!

Hi vinicius_barbosa,

Thanks for the post. If you would like to directly add UI components onto the default UI, it is not supported. All available customizations are listed in the doc: https://marketplace.zoom.us/docs/sdk/native-sdks/android/sdk-reference. Another option would be having a class that extends the meeting activity, and then placing the meeting area as a part of the whole UI, you may refer to the implementation in example2: https://github.com/zoom/zoom-sdk-android/tree/master/mobilertc-android-studio/example2

Hope this helps. Thanks!