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?
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.
get the configuration object and change the required fields.
You don't need to set object - only change required fields.