楼主看过下面的文档吗?
Cisco Jabber Guest SDK Developer Guide :
https://d1nmyq4gcgsfi5.cloudfront.net/site/jabber-guestsdk/documents/android-developer-guide/v11_0_0/Creating Your Own Custom User Interface
The most flexible approach for using the Jabber Guest SDK is to use the component pieces however you see fit within your own application.
Pros
Full customization of branding and theming within your application
Allows for unique and special-purposed usage within your application interface
Cons
Your application would have to request the required permissions
There is custom code to write
It may not match your application theme
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rockyw | If it solves your problem, please mark as answer. Thanks !