ccCallEnded method
ccCallEnded is used to inform the listeners that a call is ended by either the logged-in user.
Implementation
@override
void ccCallEnded(Call call) {
if (_checkCallSettings() == false) {
return;
}
refreshSingleConversation(call, true);
}