Custom chat UI with Host and other participants in different tabs

On Click chat button in a custom UI, I need to open a screen with 2 tabs. 1st tab is chat with host and 2nd tab is chat with group. OnClick of each tabs which functionalities i need to call? I went through the documentation but didn’t find anything as such. Could you please help me with these?

Hi pradeep,

Thanks for the post. You could use the following interfaces:

Hope this helps. Thanks!

@carson.zoom Thanks for the reply!
To accomplish task do i need to handle each text in a custom UI or the default UI by zoom can be used?
Also in sendChatToGroup where from i can get the “InMeetingChatController.MobileRTCChatGroup” (group)?

Hi pradeep,

You could achieve this with custom UI or default UI(you may refer to the implementation of example2 in the SDK demohttps://github.com/zoom/zoom-sdk-android/tree/master/mobilertc-android-studio/example2).

The MobileRTCChatGroup can be found here: https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingChatController.MobileRTCChatGroup.html

Hope this helps. Thanks!