How to change the Title and Image of call fragment in Mesibo

80 Views Asked by At

I have changed the profile image path and able to change it in the Messaging activity. But it doesn’t change in the Call fragment.

So below how can I change the Title (Mesibo Video Call) and Image of the below call fragment with the profile image? enter image description here

1

There are 1 best solutions below

2
On BEST ANSWER

get the configuration object and change the required fields.

MesiboCallConfig mesiboCallConfig = MesiboCall.getInstance().getConfig();

You don't need to set object - only change required fields.