diff --git a/linphone-app/ui/modules/Linphone/Contact/Contact.qml b/linphone-app/ui/modules/Linphone/Contact/Contact.qml index f9fb40e43..c397f7f9f 100644 --- a/linphone-app/ui/modules/Linphone/Contact/Contact.qml +++ b/linphone-app/ui/modules/Linphone/Contact/Contact.qml @@ -128,7 +128,7 @@ Rectangle { : (entry.isOneToOne == undefined || entry.isOneToOne) && (entry.haveEncryption == undefined || !entry.haveEncryption) ? item.organizer ? item.organizer - : entry.sipAddress || entry.fullPeerAddress || entry.peerAddress || '' + : entry.sipAddress || entry.peerAddress || entry.fullPeerAddress || '' : entry.participants ? entry.participants.addressesToString : ''