Customise meeting ui with Zoom Android SDK. Need Chat, Shared screen and Main video in one screen

Is it possible to customize the In Meeting UI?
I Want to show Shared screen, Face view, Chat messages in one screen, please refer the attached image.

Using Zoom Android SDK version - 4.4.55130.0712

Required%20Screen

Thank you

Hi Biswajit,

Thanks for using Zoom SDK. If the shared screen you are shown in the graph means the view you are viewing other’s screened screen, and the face view means your own video view. It is possible to achieve this using the Custom UI feature:https://marketplace.zoom.us/docs/sdk/native-sdks/android/mastering-zoom-sdk/in-meeting-function/customized-meeting-ui/overview

Hope this helps. Thanks!

Hi Carson,
Thank you for your reply.
Can you please guide me to show chat messages and send a message from the right bottom corner of the screen as I drew in the reference image.

Thank you,
Biswajit

Hi Biswajit,

To send a chat message, you could use the interface sendChatToGroup or sendChatToUser in InMeetingChatController(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingChatController.html).

To receive a message, you need to implement the listener onChatMessageReceived(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingServiceListener.html#onChatMessageReceived-us.zoom.sdk.InMeetingChatMessage-), and you will receive an InMeetingChatMessage(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingChatMessage.html) object when there is a new message.

Hope this helps. Let me know if any questions.

Thanks!

On the overview page, “Enable Custom Meeting UI” says “To use custom meeting UI, you need to enable this feature…”. Under that, the code block contains the same text with no indication of how to use.

Seems like a typo, and it’s blocking me from doing anything custom.

I’ve added a MobileRTCVideoView to my custom XML layout, but not sure how to fill it with a meeting being joined. I do not want the call to be full screen.

hi reeset,

Thanks for using Zoom SDK. I see you have an individual post for your question:Android Custom Meeting UI Docs missing key code, we will provide assistance over there.

Thanks!

@carson.zoom.

I implemented the interface InMeetingServiceListener but am not getting any chat message on onChatMessageReceived, am able to send a message using sendChatToGroup() method, but am not getting any data on onChatMessageReceived() method. Please help.

@carson.zoom I figured it out. Thank you. :sweat_smile:

Hi vignesh,

Glad to hear that it is working. Happy Zooming! :slight_smile:

Hi,
i want to custom ui … u have a any github file. please send me