I'm integrating Mesibo voice and video calling features into my Android app using SDK version 2.7.18. According to the official documentation, it is possible to customize the UI by implementing MesiboCall.MesiboCallListener
, MesiboIncomingAudioCallFragment
and MesiboVideoCallFragment
.
However, in the latest SDK version, the referenced classes or interfaces either don’t exist or are undocumented in the SDK. I’m trying to change the call UI (buttons, layout, etc.)
Has anyone successfully customized the call UI using the latest Mesibo SDK? If so, how did you do it?. Any sample code or guidance would be appreciated.
Please follow only the official mesibo documentation at https://docs.mesibo.com and avoid relying on any outdated or unlinked sources. The page you mentioned is now removed. If it was linked from anywhere in the official docs, please let us know, and we will fix the link.
To customize the call UI, the recommended approach is to use CallProperties:
https://docs.mesibo.com/api/calls/callproperties/
If you have specific requirements that cannot be met using CallProperties, let us know, and we will evaluate whether they can be supported via CallProperties.
Alternatively, if you need complete customization, refer to the sample code here:
https://github.com/mesibo/ui-modules-android/tree/master/MesiboCall
You should also refer to the main call API documentation to understand the various callbacks and APIs used in the sample:
https://docs.mesibo.com/api/calls/