Allow removing member
Please allow removing members.
- Swarm panel
- Right-click on a member (whether accepted invitation, invited, banned/blocked, etc)
- Click
Remove member
(currently not implemented)
This may help with removing members who are invited and have not received an invitation and then sending a new invitation.
Could be a workaround to contacts who have been invited to swarms and have not received the invitation and it is currently not possible to send a new invitation as they have already been sent an invitation.
Also could be a workaround as kicking and re-adding a contact does not work to send a new invitation notification.
Does the solution involve implementing removeParticipant()
?
void
CallModel::removeParticipant(const QString& callId, const QString& participant) const
{
Q_UNUSED(callId)
Q_UNUSED(participant)
qDebug() << "removeParticipant() isn't implemented yet";
}
Thank you
Edited by ovari