removeMember

suspend fun removeMember(peerId: PeerId, reason: LeaveReason = LeaveReason.Normal)

Remove the member with peerId from the roster and emit MembershipEvent.Left. No-op if the peer is not in the roster.